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

Method hasComment

src/share/jsoncpp/jsoncpp.cpp:3845–3847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3843}
3844
3845bool Value::hasComment(CommentPlacement placement) const {
3846 return comments_ != 0 && comments_[placement].comment_ != 0;
3847}
3848
3849JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
3850 if (hasComment(placement))

Callers 3

hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected