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

Method ~CommentInfo

external/jsoncpp/jsoncpp.cpp:2697–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2695{}
2696
2697Value::CommentInfo::~CommentInfo() {
2698 if (comment_)
2699 releaseStringValue(comment_, 0u);
2700}
2701
2702void Value::CommentInfo::setComment(const char* text, size_t len) {
2703 if (comment_) {

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected