Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
const Value::Object & Value::as_object() const {
334
if (!is_object()) {
Callers
4
json_quote
Function · 0.85
json_quote
Function · 0.85
write_workflow_manifest
Function · 0.85
quote_json
Function · 0.85
Calls
2
stringify
Function · 0.85
string
Function · 0.50
Tested by
no test coverage detected