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

Method end

highlevelilinstruction.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292
293
294HighLevelILIntegerList::const_iterator HighLevelILIntegerList::end() const
295{
296 const_iterator result;
297 result.function = m_start.function;
298 result.operand = 0;
299 result.count = 0;
300 return result;
301}
302
303
304size_t HighLevelILIntegerList::size() const

Callers 7

HighLevelILOperandMethod · 0.45
operator*Method · 0.45
operator[]Method · 0.45
GetOperandsMethod · 0.45
CompareExprListFunction · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected