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

Method getEntry

examples/triage/entry.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94FunctionRef GenericEntryModel::getEntry(const QModelIndex& index)
95{
96 if (!index.isValid() || index.row() >= (int)m_entries.size())
97 return nullptr;
98 return m_entries[index.row()];
99}
100
101
102void GenericEntryModel::performSort(int col, Qt::SortOrder order)

Callers 2

entrySelectedMethod · 0.80
entryDoubleClickedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected