MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / json_value

Function json_value

Source/Utils/json.hpp:17469–17469  ·  view source on GitHub ↗

default constructor (for null values)

Source from the content-addressed store, hash-verified

17467
17468 /// default constructor (for null values)
17469 json_value() = default;
17470 /// constructor for booleans
17471 json_value(boolean_t v) noexcept : boolean(v) {}
17472 /// constructor for numbers (integer)

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected