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

Method find

src/framework/io/json.cpp:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272
273bool Value::is_bool() const noexcept {
274 return kind_ == Kind::Bool;
275}
276
277bool Value::is_number() const noexcept {
278 return kind_ == Kind::Number;
279}
280
281bool Value::is_string() const noexcept {
282 return kind_ == Kind::String;
283}

Callers 15

token_attr_from_jsonFunction · 0.45
add_mergeFunction · 0.45
find_token_idMethod · 0.45
is_special_token_idMethod · 0.45
is_control_token_idMethod · 0.45
replace_allFunction · 0.45
require_tensorFunction · 0.45
require_tensorFunction · 0.45

Calls 1

endMethod · 0.45

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
jdstFunction · 0.36
print_test_resultMethod · 0.36