MCPcopy Create free account
hub / github.com/cinder/Cinder / ~CommentInfo

Method ~CommentInfo

src/jsoncpp/jsoncpp.cpp:1627–1630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1625Value::CommentInfo::CommentInfo() : comment_(0) {}
1626
1627Value::CommentInfo::~CommentInfo() {
1628 if (comment_)
1629 releaseStringValue(comment_);
1630}
1631
1632void Value::CommentInfo::setComment(const char* text) {
1633 if (comment_)

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected