MCPcopy Create free account
hub / github.com/Samsung/ONE / writeString

Function writeString

runtime/3rdparty/jsoncpp/jsoncpp.cpp:5787–5793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5785}
5786
5787String writeString(StreamWriter::Factory const &factory, Value const &root)
5788{
5789 OStringStream sout;
5790 StreamWriterPtr const writer(factory.newStreamWriter());
5791 writer->write(root, &sout);
5792 return sout.str();
5793}
5794
5795OStream &operator<<(OStream &sout, Value const &root)
5796{

Callers 3

TESTFunction · 0.85
dumpMPQConfigurationMethod · 0.85
toStyledStringMethod · 0.85

Calls 3

newStreamWriterMethod · 0.80
writeMethod · 0.45
strMethod · 0.45

Tested by 1

TESTFunction · 0.68