MCPcopy Create free account
hub / github.com/Illumina/paragraph / hasComment

Method hasComment

external/jsoncpp/jsoncpp.cpp:3905–3907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3903}
3904
3905bool Value::hasComment(CommentPlacement placement) const {
3906 return comments_ != 0 && comments_[placement].comment_ != 0;
3907}
3908
3909JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
3910 if (hasComment(placement))

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected