MCPcopy Create free account
hub / github.com/PlayFab/gsdk / ~CommentInfo

Method ~CommentInfo

cpp/cppsdk/jsoncpp.cpp:2676–2679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

releaseStringValueFunction · 0.85

Tested by

no test coverage detected