MCPcopy Create free account
hub / github.com/cuberite/cuberite / hasComment

Method hasComment

lib/jsoncpp/src/lib_json/json_value.cpp:1353–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351
1352
1353bool
1354Value::hasComment( CommentPlacement placement ) const
1355{
1356 return comments_ != 0 && comments_[placement].comment_ != 0;
1357}
1358
1359std::string
1360Value::getComment( CommentPlacement placement ) const

Callers 3

hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected