MCPcopy Create free account
hub / github.com/Illumina/paragraph / hasCommentForValue

Method hasCommentForValue

external/jsoncpp/jsoncpp.cpp:4759–4763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4757}
4758
4759bool StyledWriter::hasCommentForValue(const Value& value) {
4760 return value.hasComment(commentBefore) ||
4761 value.hasComment(commentAfterOnSameLine) ||
4762 value.hasComment(commentAfter);
4763}
4764
4765// Class StyledStreamWriter
4766// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected