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

Method size

highlevelilinstruction.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303
304size_t HighLevelILIntegerList::size() const
305{
306 return m_start.count;
307}
308
309
310uint64_t HighLevelILIntegerList::operator[](size_t i) const

Callers 15

VisitExprsMethod · 0.45
CompareExprListFunction · 0.45
operator<Method · 0.45
BlockMethod · 0.45
SwitchMethod · 0.45
CaseMethod · 0.45
ReturnMethod · 0.45
AssignUnpackMethod · 0.45
AssignUnpackMemSSAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected