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

Function stringify_string

src/framework/io/json.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 if (!is_array()) {
328 throw std::runtime_error("json value is not an array");
329 }
330 return *array_value_;
331}
332
333const Value::Object & Value::as_object() const {
334 if (!is_object()) {

Callers 4

json_quoteFunction · 0.85
json_quoteFunction · 0.85
write_workflow_manifestFunction · 0.85
quote_jsonFunction · 0.85

Calls 2

stringifyFunction · 0.85
stringFunction · 0.50

Tested by

no test coverage detected