Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ json_quote
Function
json_quote
app/server/http.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
return value;
50
}
51
52
std::string json_quote(std::string_view value) {
53
return engine::io::json::stringify_string(value);
54
}
55
56
const char * status_text(int status) noexcept {
Callers
1
error_response
Function · 0.70
Calls
1
stringify_string
Function · 0.85
Tested by
no test coverage detected