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

Method is_array

src/framework/io/json.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool Value::is_array() const noexcept {
212 return kind_ == Kind::Array;
213}
214
215bool Value::is_object() const noexcept {
216 return kind_ == Kind::Object;

Callers 15

load_server_configFunction · 0.80
expanded_jsonFunction · 0.80
run_mix_audio_stepFunction · 0.80
run_json_workflowFunction · 0.80
option_textFunction · 0.80
required_string_arrayFunction · 0.80
option_textFunction · 0.80
required_promptFunction · 0.80
option_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected