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

Method hasComment

cpp/cppsdk/jsoncpp.cpp:3933–3935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3931}
3932
3933bool Value::hasComment(CommentPlacement placement) const {
3934 return comments_ != 0 && comments_[placement].comment_ != 0;
3935}
3936
3937JSONCPP_STRING Value::getComment(CommentPlacement placement) const {
3938 if (hasComment(placement))

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected