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

Method size

mediumlevelilinstruction.cpp:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416
417size_t MediumLevelILIntegerList::size() const
418{
419 return m_start.count;
420}
421
422
423uint64_t MediumLevelILIntegerList::operator[](size_t i) const

Callers 15

JumpToMethod · 0.45
CallMethod · 0.45
CallUntypedMethod · 0.45
SyscallMethod · 0.45
SyscallUntypedMethod · 0.45
TailCallMethod · 0.45
TailCallUntypedMethod · 0.45
CallSSAMethod · 0.45
CallUntypedSSAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected