MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / hasComment

Method hasComment

Source/JSON/jsoncpp.cpp:3449–3451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3447}
3448
3449bool Value::hasComment(CommentPlacement placement) const {
3450 return comments_ != 0 && comments_[placement].comment_ != 0;
3451}
3452
3453std::string Value::getComment(CommentPlacement placement) const {
3454 if (hasComment(placement))

Callers 3

hasCommentForValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected