MCPcopy 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
52std::string json_quote(std::string_view value) {
53 return engine::io::json::stringify_string(value);
54}
55
56const char * status_text(int status) noexcept {

Callers 1

error_responseFunction · 0.70

Calls 1

stringify_stringFunction · 0.85

Tested by

no test coverage detected