Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
size_t BasicBlock::GetIndex() const
333
{
334
return BNGetBasicBlockIndex(m_object);
335
}
336
337
338
vector<BasicBlockEdge> BasicBlock::GetOutgoingEdges() const
Callers
2
PrintILExpr
Function · 0.45
PrintILExpr
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected