MCPcopy Create free account
hub / github.com/Illumina/hap.py / ~CommentInfo

Method ~CommentInfo

external/jsoncpp/jsoncpp.cpp:1637–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635Value::CommentInfo::CommentInfo() : comment_(0) {}
1636
1637Value::CommentInfo::~CommentInfo() {
1638 if (comment_)
1639 releaseStringValue(comment_);
1640}
1641
1642void Value::CommentInfo::setComment(const char *text) {
1643 if (comment_)

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected