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

Method importSelected

examples/triage/imports.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253void ImportsTreeView::importSelected(const QModelIndex& cur, const QModelIndex&)
254{
255 SymbolRef sym = m_model->getSymbol(cur);
256 if (sym)
257 m_view->setCurrentOffset(sym->GetAddress());
258}
259
260
261void ImportsTreeView::importDoubleClicked(const QModelIndex& cur)

Callers

nothing calls this directly

Calls 3

getSymbolMethod · 0.45
setCurrentOffsetMethod · 0.45
GetAddressMethod · 0.45

Tested by

no test coverage detected