Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
bool Value::is_array() const noexcept {
212
return kind_ == Kind::Array;
213
}
214
215
bool Value::is_object() const noexcept {
216
return kind_ == Kind::Object;
Callers
15
load_added_tokens_from_tokenizer_json
Function · 0.80
build_request_sequence_from_json
Function · 0.80
load_server_config
Function · 0.80
expanded_json
Function · 0.80
read_word_timestamps_json
Function · 0.80
run_mix_audio_step
Function · 0.80
run_json_workflow
Function · 0.80
option_text
Function · 0.80
required_string_array
Function · 0.80
option_text
Function · 0.80
required_prompt
Function · 0.80
option_text
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected