package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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