MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / is_null

Method is_null

src/framework/io/json.cpp:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194Value Value::make_null() {
195 return {};
196}
197
198Value::Value(const Value & other)
199 : kind_(other.kind_),
200 bool_value_(other.bool_value_),

Callers 15

parse_flat_json_objectFunction · 0.80
load_configFunction · 0.80
parse_manifestFunction · 0.80
parse_submodel_configFunction · 0.80
parse_jasper_configFunction · 0.80
option_string_listFunction · 0.80
parse_configFunction · 0.80
json_options_mapFunction · 0.80
json_optional_stringFunction · 0.80
json_optional_floatFunction · 0.80
add_option_from_jsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected