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

Method hasComment

Libraries/jsoncpp-0.y.z/src/lib_json/json_value.cpp:1308–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1306}
1307
1308bool Value::hasComment(CommentPlacement placement) const {
1309 return comments_ != 0 && comments_[placement].comment_ != 0;
1310}
1311
1312std::string Value::getComment(CommentPlacement placement) const {
1313 if (hasComment(placement))

Callers 4

hasCommentForValueMethod · 0.45
printValueTreeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected