MCPcopy Create free account
hub / github.com/SOUI2/soui / hasCommentForValue

Method hasCommentForValue

third-part/jsoncpp/src/lib_json/json_writer.cpp:615–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615bool StyledWriter::hasCommentForValue(const Value& value) {
616 return value.hasComment(commentBefore) ||
617 value.hasComment(commentAfterOnSameLine) ||
618 value.hasComment(commentAfter);
619}
620
621// Class StyledStreamWriter
622// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected