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

Method selectFirstItem

examples/triage/entry.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230void EntryTreeView::selectFirstItem()
231{
232 setCurrentIndex(m_model->index(0, 0, QModelIndex()));
233}
234
235
236void EntryTreeView::activateFirstItem()

Callers

nothing calls this directly

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected