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

Method is_number

src/framework/io/json.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 number_value_(other.number_value_),
202 string_value_(other.string_value_) {
203 if (other.array_value_) {
204 array_value_ = std::make_unique<Array>(*other.array_value_);
205 }
206 if (other.object_value_) {
207 object_value_ = std::make_unique<Object>(*other.object_value_);
208 }

Callers 15

parse_flat_json_objectFunction · 0.80
load_configFunction · 0.80
parse_model_refFunction · 0.80
parse_manifestFunction · 0.80
json_option_stringFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
derive_warmup_requestFunction · 0.80
option_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected