Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ JsonString
Function
JsonString
src/common/cli.cpp:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
static std::string JsonString(const std::string& s) {
128
return
"\"
" + JsonEscape(s) + "
\
""
;
129
}
130
131
static std::string JsonBool(bool b) {
132
return b ?
"true"
:
"false"
;
Callers
10
JsonError
Function · 0.85
CmdAuthStatus
Function · 0.85
CmdListRemoteApps
Function · 0.85
CmdListRemoteAppIds
Function · 0.85
CmdListRemoteAppFiles
Function · 0.85
CmdListBlobs
Function · 0.85
CmdListAllStats
Function · 0.85
CmdDownloadBlob
Function · 0.85
CmdDeleteBlobs
Function · 0.85
CmdGcBlobs
Function · 0.85
Calls
1
JsonEscape
Function · 0.85
Tested by
no test coverage detected