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.7.1.tbz
sha256=af01aac256229f33a90a9fcbfed04b01e3097f154d4d124f006476d6387c6a66
sha512=2a93bfe16881adbc2d8dcbfe38c1e19cd24ca105d8e1eda13d02440f3002874ffe2957dfd937510765233a054a40568b0052db92e31d382a5bd215d1ec12565c
doc/goblint.incremental/Serialize/Cache/index.html
Module Serialize.CacheSource
Module to cache the data for incremental analaysis during a run, before it is stored to disk, as well as for the server mode
Source
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;
}Source
type _ 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.
Loads data for incremental runs from the appropriate file
Stores data for future incremental runs at the appropriate file.
Update the incremental data in the in-memory cache
Reset some incremental data in the in-memory cache to None
Get incremental data from the in-memory cache wrapped in an optional. To populate the in-memory cache with data, call load_data first.
Get 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)"
>