MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / write

Method write

src/share/jsoncpp/jsoncpp.cpp:4415–4421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4413void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
4414
4415JSONCPP_STRING FastWriter::write(const Value& root) {
4416 document_ = "";
4417 writeValue(root);
4418 if (!omitEndingLineFeed_)
4419 document_ += "\n";
4420 return document_;
4421}
4422
4423void FastWriter::writeValue(const Value& value) {
4424 switch (value.type()) {

Callers 15

parse_versionFunction · 0.45
_create_dist_archiveMethod · 0.45
bump_fileFunction · 0.45
bump_conanfileFunction · 0.45
bump_wizdefFunction · 0.45
onBtnSaveAsClickedMethod · 0.45
addToBufferMethod · 0.45
writeDataToDocumentMethod · 0.45
sendMessageMethod · 0.45
Base64ToFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected