MCPcopy Create free account
hub / github.com/cuberite/cuberite / writeCommentBeforeValue

Method writeCommentBeforeValue

lib/jsoncpp/src/lib_json/json_writer.cpp:483–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482
483void
484StyledWriter::writeCommentBeforeValue( const Value &root )
485{
486 if ( !root.hasComment( commentBefore ) )
487 return;
488 document_ += normalizeEOL( root.getComment( commentBefore ) );
489 document_ += "\n";
490}
491
492
493void

Callers

nothing calls this directly

Calls 2

hasCommentMethod · 0.80
getCommentMethod · 0.80

Tested by

no test coverage detected