package frama-c

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

Module Sarif.ExternalPropertyFileReferencesSource

Sourcetype t = {
  1. location : ArtifactLocation.t;
  2. guid : string;
  3. itemCount : int;
  4. properties : Properties.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : ?location:ArtifactLocation.t -> ?guid:string -> ?itemCount:int -> ?properties:Properties.t -> unit -> t
Sourceval default : t
OCaml

Innovation. Community. Security.