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

Method hasComment

json/jsoncpp.cpp:3935–3937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

toStyledStringMethod · 0.95
hasCommentForValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected