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

Method next

rust/src/low_level_il/block.rs:102–107  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

100 type Item = LowLevelILInstruction<'func, A, M, F>;
101
102 fn next(&mut self) -> Option<Self::Item> {
103 self.range
104 .next()
105 .map(LowLevelInstructionIndex)
106 .and_then(|idx| self.function.instruction_from_index(idx))
107 }
108}

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80

Tested by

no test coverage detected