package goblint
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=20d5b7332a9f6072ab9ba86c4a53b898eaf681286c56a8805c41850bbf3ddf41
sha512=7c7685cfcd9aa866bc40e813df2bfcb3c79b3d40e615d8d6d0939c5798b9d70dd7f2ba87a741f5ba0ce891e9d254627207fb28057f1f2f6611e4e0d128fd6a71
doc/goblint.config/GobConfig/Impl/index.html
Module GobConfig.Impl
Source
The implementation of the gobConfig
module.
Get JSON value at a given path.
Directly set a JSON value; the result must conform to the schema.
Equivalent to get_json ""
.
Equivalent to set_conf ""
.
Functions to query conf variable of type int.
Functions to modify conf variables of type int.
Functions to query conf variable of type bool.
Functions to modify conf variables of type bool.
Functions to query conf variable of type string.
Functions to modify conf variables of type string.
Functions to modify conf variables by trying to parse the value. The second argument must be valid Json except single quotes represent double quotes.
Get a list of values
Get a list of strings
Set a list of values
Merge configurations from a JSON object with current.
Check whether modification of configuration is currently allowed.
Run the given computation with modification to configuration disabled.