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

Method end

lowlevelilinstruction.cpp:617–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615
616
617LowLevelILIntegerList::const_iterator LowLevelILIntegerList::end() const
618{
619 const_iterator result;
620 result.function = m_start.function;
621 result.operand = 0;
622 result.count = 0;
623 return result;
624}
625
626
627size_t LowLevelILIntegerList::size() const

Callers 6

LowLevelILOperandMethod · 0.45
operator*Method · 0.45
operator[]Method · 0.45
GetOperandsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected