MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / hasCommentForValue

Method hasCommentForValue

edrav2/eprj/jsoncpp/src/lib_json/json_writer.cpp:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636bool StyledWriter::hasCommentForValue(const Value& value) {
637 return value.hasComment(commentBefore) ||
638 value.hasComment(commentAfterOnSameLine) ||
639 value.hasComment(commentAfter);
640}
641
642// Class StyledStreamWriter
643// //////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

hasCommentMethod · 0.80

Tested by

no test coverage detected