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

Function require_string

include/engine/framework/io/json.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91inline bool require_bool(const Value & object, const std::string & key) {
92 return object.require(key).as_bool();
93}
94
95inline std::string require_string(const Value & object, const std::string & key) {
96 return object.require(key).as_string();
97}
98

Callers 15

parse_configFunction · 0.85
load_configFunction · 0.85
parse_configFunction · 0.85
parse_mula_configFunction · 0.85
parse_codec_configFunction · 0.85
runtime.cppFile · 0.85
build_speech_requestMethod · 0.85
load_server_configFunction · 0.85
make_requestFunction · 0.85
model_perf.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected