MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / hasCommentForValue

Method hasCommentForValue

vrclient_x64/jsoncpp.cpp:4638–4642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4636}
4637
4638bool StyledWriter::hasCommentForValue(const Value& value) {
4639 return value.hasComment(commentBefore) ||
4640 value.hasComment(commentAfterOnSameLine) ||
4641 value.hasComment(commentAfter);
4642}
4643
4644// Class StyledStreamWriter
4645// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected