MCPcopy Create free account
hub / github.com/Samsung/ONE / hasCommentForValue

Method hasCommentForValue

runtime/3rdparty/jsoncpp/jsoncpp.cpp:5110–5114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5108}
5109
5110bool StyledWriter::hasCommentForValue(const Value &value)
5111{
5112 return value.hasComment(commentBefore) || value.hasComment(commentAfterOnSameLine) ||
5113 value.hasComment(commentAfter);
5114}
5115
5116// Class StyledStreamWriter
5117// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected