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

Function json_quote

app/server/runtime.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace {
28
29using engine::io::json::Value;
30
31using Clock = std::chrono::steady_clock;
32
33std::string json_quote(std::string_view value) {
34 return engine::io::json::stringify_string(value);

Callers 5

task_result_jsonFunction · 0.70
handle_speechMethod · 0.70
run_transcriptionMethod · 0.70
handle_voicesMethod · 0.70
models_jsonMethod · 0.70

Calls 1

stringify_stringFunction · 0.85

Tested by

no test coverage detected