MCPcopy Create free account
hub / github.com/SOUI2/soui / hasComment

Method hasComment

third-part/jsoncpp/src/lib_json/json_value.cpp:1436–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434}
1435
1436bool Value::hasComment(CommentPlacement placement) const {
1437 return comments_ != 0 && comments_[placement].comment_ != 0;
1438}
1439
1440JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
1441 if (hasComment(placement))

Callers 5

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80
printValueTreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected