MCPcopy 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
708void
709Json::stringify(std::string& b, const JTJSON_STRING_VIEW& s)
710{
711 b += '"';
712 serialize(b, s);
713 b += '"';
714}
715
716void
717Json::serialize(std::string& sb, const JTJSON_STRING_VIEW& s)

Callers 12

hvigor-wrapper.jsFile · 0.80
TrFunction · 0.80
serialiseMethod · 0.80
_sFunction · 0.80
OcFunction · 0.80
constructorMethod · 0.80
_parseOptionMethod · 0.80
_writeMethod · 0.80
_moveOldFilesMethod · 0.80
onRunMethod · 0.80
onWindowStageCreateMethod · 0.80

Calls 1

serializeFunction · 0.50

Tested by

no test coverage detected