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

Method hasCommentForValue

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

Source from the content-addressed store, hash-verified

506
507
508bool
509StyledWriter::hasCommentForValue( const Value &value )
510{
511 return value.hasComment( commentBefore )
512 || value.hasComment( commentAfterOnSameLine )
513 || value.hasComment( commentAfter );
514}
515
516
517std::string

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected