MCPcopy Create free account
hub / github.com/cinder/Cinder / hasCommentForValue

Method hasCommentForValue

src/jsoncpp/jsoncpp.cpp:3473–3477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3471}
3472
3473bool StyledWriter::hasCommentForValue(const Value& value) {
3474 return value.hasComment(commentBefore) ||
3475 value.hasComment(commentAfterOnSameLine) ||
3476 value.hasComment(commentAfter);
3477}
3478
3479// Class StyledStreamWriter
3480// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected