Module Sarif.ArtifactLocation

module ArtifactLocation: sig .. end

type t = {
   uri : string;
   uriBaseId : string;
}
val of_yojson : Yojson.Safe.t ->
t Ppx_deriving_yojson_runtime.error_or
include ??
val create : uri:string -> ?uriBaseId:string -> unit -> t
val of_loc : Cil_datatype.Location.t -> t
val default : t