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

Method hasCommentForValue

src/jsoncpp.cpp:4639–4643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected