Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ stringify
Method
stringify
lib_acl_cpp/samples/benchmark/json/jtjson/json.cpp:708–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
}
707
708
void
709
Json::stringify(std::string& b, const JTJSON_STRING_VIEW& s)
710
{
711
b +=
'"'
;
712
serialize(b, s);
713
b +=
'"'
;
714
}
715
716
void
717
Json::serialize(std::string& sb, const JTJSON_STRING_VIEW& s)
Callers
12
hvigor-wrapper.js
File · 0.80
Tr
Function · 0.80
serialise
Method · 0.80
_s
Function · 0.80
Oc
Function · 0.80
constructor
Method · 0.80
_parseOption
Method · 0.80
_write
Method · 0.80
_moveOldFiles
Method · 0.80
addAbilityMonitorCallback
Function · 0.80
onRun
Method · 0.80
onWindowStageCreate
Method · 0.80
Calls
1
serialize
Function · 0.50
Tested by
no test coverage detected