MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / hasCommentForValue

Method hasCommentForValue

src/share/jsoncpp/jsoncpp.cpp:4684–4688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4682}
4683
4684bool StyledWriter::hasCommentForValue(const Value& value) {
4685 return value.hasComment(commentBefore) ||
4686 value.hasComment(commentAfterOnSameLine) ||
4687 value.hasComment(commentAfter);
4688}
4689
4690// Class StyledStreamWriter
4691// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected