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

Method GetIndex

basicblock.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330
331
332size_t BasicBlock::GetIndex() const
333{
334 return BNGetBasicBlockIndex(m_object);
335}
336
337
338vector<BasicBlockEdge> BasicBlock::GetOutgoingEdges() const

Callers 2

PrintILExprFunction · 0.45
PrintILExprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected