package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module SarifType.Region

type t = {
  1. startLine : int;
  2. startColumn : int;
  3. endColumn : int;
  4. endLine : int;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.