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

Method begin

lowlevelilinstruction.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609
610
611LowLevelILIntegerList::const_iterator LowLevelILIntegerList::begin() const
612{
613 return m_start;
614}
615
616
617LowLevelILIntegerList::const_iterator LowLevelILIntegerList::end() const

Calls

no outgoing calls

Tested by

no test coverage detected