MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / json_value

Function json_value

examples/server/json.hpp:19621–19621  ·  view source on GitHub ↗

default constructor (for null values)

Source from the content-addressed store, hash-verified

19619
19620 /// default constructor (for null values)
19621 json_value() = default;
19622 /// constructor for booleans
19623 json_value(boolean_t v) noexcept : boolean(v) {}
19624 /// constructor for numbers (integer)

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected