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

Method as_bool

src/framework/io/json.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 number_value_ = other.number_value_;
218 string_value_ = other.string_value_;
219 array_value_ = other.array_value_ ? std::make_unique<Array>(*other.array_value_) : nullptr;
220 object_value_ = other.object_value_ ? std::make_unique<Object>(*other.object_value_) : nullptr;
221 return *this;
222}
223
224Value::Value(Value && other) noexcept = default;
225
226Value & Value::operator=(Value && other) noexcept = default;
227

Callers 15

token_attr_from_jsonFunction · 0.80
make_cjsonFunction · 0.80
parse_flat_json_objectFunction · 0.80
parse_length_regulatorFunction · 0.80
parse_bigvgan_configFunction · 0.80
load_configFunction · 0.80
parse_submodel_configFunction · 0.80
parse_jasper_configFunction · 0.80
parse_talker_configFunction · 0.80
parse_jasper_configFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected