Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace {
28
29
using engine::io::json::Value;
30
31
using Clock = std::chrono::steady_clock;
32
33
std::string json_quote(std::string_view value) {
34
return engine::io::json::stringify_string(value);
Callers
5
task_result_json
Function · 0.70
handle_speech
Method · 0.70
run_transcription
Method · 0.70
handle_voices
Method · 0.70
models_json
Method · 0.70
Calls
1
stringify_string
Function · 0.85
Tested by
no test coverage detected