MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / ~CommentInfo

Method ~CommentInfo

Source/JSON/jsoncpp.cpp:2353–2356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2351Value::CommentInfo::CommentInfo() : comment_(0) {}
2352
2353Value::CommentInfo::~CommentInfo() {
2354 if (comment_)
2355 releaseStringValue(comment_);
2356}
2357
2358void Value::CommentInfo::setComment(const char* text, size_t len) {
2359 if (comment_) {

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.70

Tested by

no test coverage detected