package frama-c

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

Module Sarif.ArtifactContentSource

Sourcetype t = {
  1. text : string;
  2. binary : string;
  3. rendered : MultiformatMessageString.t;
  4. properties : Properties.t;
}
Sourceval create : ?text:string -> ?binary:string -> ?rendered:MultiformatMessageString.t -> ?properties:Properties.t -> unit -> t
Sourceval default : t
OCaml

Innovation. Community. Security.