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

Method end

mediumlevelilinstruction.cpp:407–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407MediumLevelILIntegerList::const_iterator MediumLevelILIntegerList::end() const
408{
409 const_iterator result;
410 result.function = m_start.function;
411 result.operand = 0;
412 result.count = 0;
413 return result;
414}
415
416
417size_t MediumLevelILIntegerList::size() const

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected