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

Method ~CommentInfo

src/jsoncpp.cpp:2627–2630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected