MCPcopy Create free account
hub / github.com/PlayFab/gsdk / getComment

Method getComment

cpp/cppsdk/jsoncpp.cpp:3937–3941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3935}
3936
3937JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
3938 if (hasComment(placement))
3939 return comments_[placement].comment_;
3940 return "";
3941}
3942
3943void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
3944

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected