Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
230
void EntryTreeView::selectFirstItem()
231
{
232
setCurrentIndex(m_model->index(0, 0, QModelIndex()));
233
}
234
235
236
void EntryTreeView::activateFirstItem()
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected