MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / write

Method write

vrclient_x64/jsoncpp.cpp:4369–4375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4367void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
4368
4369std::string FastWriter::write(const Value& root) {
4370 document_ = "";
4371 writeValue(root);
4372 if (!omitEndingLineFeed_)
4373 document_ += "\n";
4374 return document_;
4375}
4376
4377void FastWriter::writeValue(const Value& value) {
4378 switch (value.type()) {

Callers 8

filter_registryFunction · 0.80
lFunction · 0.80
generate_flatapi_cFunction · 0.80
json_convert_pathsFunction · 0.80
toStyledStringMethod · 0.80
writeStringFunction · 0.80
jsoncpp.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected