MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / ~CommentInfo

Method ~CommentInfo

vrclient_x64/jsoncpp.cpp:2626–2629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624Value::CommentInfo::CommentInfo() : comment_(0) {}
2625
2626Value::CommentInfo::~CommentInfo() {
2627 if (comment_)
2628 releaseStringValue(comment_);
2629}
2630
2631void Value::CommentInfo::setComment(const char* text, size_t len) {
2632 if (comment_) {

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected