package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e

doc/goblint.lib/Goblint_lib/Serialize/index.html

Module Goblint_lib.Serialize

Serialization/deserialization of incremental analysis data.

val incremental_data_file_name : string
val results_dir : string
type operation =
  1. | Save
  2. | Load
val incremental_dirname : operation -> string

Returns the name of the directory used for loading/saving incremental data

val gob_directory : operation -> Fpath.t
val gob_results_dir : operation -> Fpath.t
val server : unit -> bool
val marshal : 'a -> Fpath.t -> unit
val unmarshal : Fpath.t -> 'a
val results_exist : unit -> bool
module Cache : sig ... end

Module to cache the data for incremental analaysis during a run, before it is stored to disk, as well as for the server mode

OCaml

Innovation. Community. Security.