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

Method is_bool

src/framework/io/json.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198Value::Value(const Value & other)
199 : kind_(other.kind_),
200 bool_value_(other.bool_value_),
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_);

Callers 15

token_attr_from_jsonFunction · 0.80
parse_flat_json_objectFunction · 0.80
parse_talker_configFunction · 0.80
json_option_stringFunction · 0.80
workflow_optional_boolFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
reject_enabled_boolFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80
option_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected