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

Method entrySelected

examples/triage/entry.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180
181void EntryTreeView::entrySelected(const QModelIndex& cur, const QModelIndex&)
182{
183 FunctionRef func = m_model->getEntry(cur);
184 if (func)
185 m_view->setCurrentOffset(func->GetStart());
186}
187
188
189void EntryTreeView::entryDoubleClicked(const QModelIndex& cur)

Callers

nothing calls this directly

Calls 3

getEntryMethod · 0.80
setCurrentOffsetMethod · 0.45
GetStartMethod · 0.45

Tested by

no test coverage detected