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

Method is_string

src/framework/io/json.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 string_value_(other.string_value_) {
206 if (other.array_value_) {
207 array_value_ = std::make_unique<Array>(*other.array_value_);
208 }
209 if (other.object_value_) {
210 object_value_ = std::make_unique<Object>(*other.object_value_);
211 }
212}

Callers 15

parse_flat_json_objectFunction · 0.80
load_special_tokensFunction · 0.80
require_relative_pathFunction · 0.80
resolve_citrinet_assetsFunction · 0.80
parse_talker_configFunction · 0.80
json_matches_familyFunction · 0.80
resolve_marblenet_assetsFunction · 0.80
json_option_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected