MCPcopy Create free account
hub / github.com/SOUI2/soui / ~CommentInfo

Method ~CommentInfo

third-part/jsoncpp/src/lib_json/json_value.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226{}
227
228Value::CommentInfo::~CommentInfo() {
229 if (comment_)
230 releaseStringValue(comment_, 0u);
231}
232
233void Value::CommentInfo::setComment(const char* text, size_t len) {
234 if (comment_) {

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected