Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
Value Value::make_null() {
195
return {};
196
}
197
198
Value::Value(const Value & other)
199
: kind_(other.kind_),
200
bool_value_(other.bool_value_),
Callers
15
parse_flat_json_object
Function · 0.80
load_config
Function · 0.80
parse_manifest
Function · 0.80
parse_submodel_config
Function · 0.80
parse_jasper_config
Function · 0.80
option_string_list
Function · 0.80
parse_config
Function · 0.80
set_option_from_json_field
Function · 0.80
json_options_map
Function · 0.80
json_optional_string
Function · 0.80
json_optional_float
Function · 0.80
add_option_from_json
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected