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

Method next

rust/src/high_level_il/block.rs:16–22  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

14 type Item = HighLevelILInstruction;
15
16 fn next(&mut self) -> Option<Self::Item> {
17 self.range
18 .next()
19 .map(HighLevelInstructionIndex)
20 // TODO: Is this already MAPPED>!>?!? If so we map twice that is BAD!!!!
21 .and_then(|i| self.function.instruction_from_index(i))
22 }
23}
24
25pub struct HighLevelILBlock {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80

Tested by

no test coverage detected