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

Method write

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4804–4811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4802void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
4803
4804String FastWriter::write(const Value &root)
4805{
4806 document_.clear();
4807 writeValue(root);
4808 if (!omitEndingLineFeed_)
4809 document_ += '\n';
4810 return document_;
4811}
4812
4813void FastWriter::writeValue(const Value &value)
4814{

Callers 8

tfpem.pyFile · 0.45
ptem.pyFile · 0.45
tfpem.pyFile · 0.45
demangleMethod · 0.45
mainFunction · 0.45
writeStringFunction · 0.45
jsoncpp.cppFile · 0.45
write_bmpMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected