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

Method getComment

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

Source from the content-addressed store, hash-verified

1357}
1358
1359std::string
1360Value::getComment( CommentPlacement placement ) const
1361{
1362 if ( hasComment(placement) )
1363 return comments_[placement].comment_;
1364 return "";
1365}
1366
1367
1368std::string

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected