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

Method is_object

src/framework/io/json.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 return *this;
214 }
215 kind_ = other.kind_;
216 bool_value_ = other.bool_value_;
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;

Callers 13

parse_configFunction · 0.80
parse_configFunction · 0.80
parse_voice_presetFunction · 0.80
load_server_configFunction · 0.80
read_batch_text_payloadFunction · 0.80
load_workflow_inputsFunction · 0.80
expanded_jsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected