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

Function quote_json

tests/perf/model_perf.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string quote_json(const std::string & value) {
92 return engine::io::json::stringify_string(value);
93}
94
95std::string lower_ascii(std::string value) {
96 std::transform(value.begin(), value.end(), value.begin(), [](unsigned char ch) {

Callers 2

case_summary_jsonFunction · 0.70
mainFunction · 0.70

Calls 1

stringify_stringFunction · 0.85

Tested by

no test coverage detected