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

Method func

ui/searchresult.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 uint64_t addr() const { return m_addr; }
64 BinaryNinja::DataBuffer buffer() const { return m_buffer; }
65 FunctionRef func() const { return m_func; }
66 bool operator==(const SearchResultItem& other) const { return m_addr == other.addr(); }
67 bool operator!=(const SearchResultItem& other) const { return m_addr != other.addr(); }
68 bool operator<(const SearchResultItem& other) const { return m_addr < other.addr(); }

Callers 12

WorkerEnqueueMethod · 0.80
WorkerPriorityEnqueueMethod · 0.80
SnapshotContextCallbackFunction · 0.80
UpdateCallbackMethod · 0.80
MatchCallbackForTextFunction · 0.80
MatchCallbackForConstantFunction · 0.80
executeMethod · 0.80
callbackMethod · 0.80
mousePressEventMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected