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

Method kind

ui/xreflist.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 size_t instrId() const { return m_instrId; }
105 XrefType type() const { return m_type; }
106 XrefQueryKind kind() const { return m_queryKind; }
107 int size() const { return m_size; }
108 void setSize(int size) const { m_size = size; }
109 void setParent(XrefHeader* parent) const;

Callers 3

operator()Method · 0.45
basic_block_guidFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected