package goblint
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af
doc/goblint.config/GobConfig/module-type-S/index.html
Module type GobConfig.S
Source
The type for 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.