MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ~CommentInfo

Method ~CommentInfo

json/jsoncpp.cpp:2679–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2677Value::CommentInfo::CommentInfo() : comment_(0) {}
2678
2679Value::CommentInfo::~CommentInfo() {
2680 if (comment_)
2681 releaseStringValue(comment_, 0u);
2682}
2683
2684void Value::CommentInfo::setComment(const char* text, size_t len) {
2685 if (comment_) {

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected