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

Method hasComment

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1495–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1493}
1494
1495bool Value::hasComment(CommentPlacement placement) const {
1496 return comments_ != nullptr && comments_[placement].comment_ != nullptr;
1497}
1498
1499JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
1500 if (hasComment(placement))

Callers 5

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80
printValueTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected