MCPcopy 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
127static std::string JsonString(const std::string& s) {
128 return "\"" + JsonEscape(s) + "\"";
129}
130
131static std::string JsonBool(bool b) {
132 return b ? "true" : "false";

Callers 10

JsonErrorFunction · 0.85
CmdAuthStatusFunction · 0.85
CmdListRemoteAppsFunction · 0.85
CmdListRemoteAppIdsFunction · 0.85
CmdListRemoteAppFilesFunction · 0.85
CmdListBlobsFunction · 0.85
CmdListAllStatsFunction · 0.85
CmdDownloadBlobFunction · 0.85
CmdDeleteBlobsFunction · 0.85
CmdGcBlobsFunction · 0.85

Calls 1

JsonEscapeFunction · 0.85

Tested by

no test coverage detected