MCPcopy Create free account
hub / github.com/SOUI2/soui / useBuiltStyledStreamWriter

Function useBuiltStyledStreamWriter

third-part/jsoncpp/src/jsontestrunner/main.cpp:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 return sout.str();
187}
188static JSONCPP_STRING useBuiltStyledStreamWriter(
189 Json::Value const& root)
190{
191 Json::StreamWriterBuilder builder;
192 return Json::writeString(builder, root);
193}
194static int rewriteValueTree(
195 const JSONCPP_STRING& rewritePath,
196 const Json::Value& root,

Callers

nothing calls this directly

Calls 1

writeStringFunction · 0.85

Tested by

no test coverage detected