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

Method getComment

json/jsoncpp.cpp:3939–3943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected