package goblint
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Static analysis framework for C
Install
dune-project
Dependency
Authors
Maintainers
Sources
goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d
doc/goblint.lib/Goblint_lib/Serialize/Cache/index.html
Module Serialize.Cache
Module to cache the data for incremental analaysis during a run, before it is stored to disk, as well as for the server mode
type t = {mutable solver_data : Obj.t option;mutable analysis_data : Obj.t option;mutable version_data : MaxIdUtil.max_ids option;mutable cil_file : GoblintCil.file option;
}val data : t Prelude.reftype _ data_query = | SolverData : _ data_query| CilFile : GoblintCil.file data_query| VersionData : MaxIdUtil.max_ids data_query| AnalysisData : _ data_query
GADT that may be used to query data from and pass data to the cache.
val update_data : 'a. 'a data_query -> 'a -> unitUpdate the incremental data in the in-memory cache
val reset_data : 'a. 'a data_query -> unitReset some incremental data in the in-memory cache to None
val get_opt_data : 'a. 'a data_query -> 'a optionGet incremental data from the in-memory cache wrapped in an optional. To populate the in-memory cache with data, call load_data first.
val get_data : 'a. 'a data_query -> 'aGet incremental data from the in-memory cache. Same as get_opt_data, except not yielding an optional and failing when the requested data is not present.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>