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

Method getComment

Source/JSON/jsoncpp.cpp:3453–3457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3451}
3452
3453std::string Value::getComment(CommentPlacement placement) const {
3454 if (hasComment(placement))
3455 return comments_[placement].comment_;
3456 return "";
3457}
3458
3459std::string Value::toStyledString() const {
3460 StyledWriter writer;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected