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

Method iter

rust/src/high_level_il/block.rs:48–53  ·  view source on GitHub ↗
(&self, block: &BasicBlock<Self>)

Source from the content-addressed store, hash-verified

46 }
47
48 fn iter(&self, block: &BasicBlock<Self>) -> HighLevelILBlockIter {
49 HighLevelILBlockIter {
50 function: self.function.to_owned(),
51 range: block.start_index().0..block.end_index().0,
52 }
53 }
54}
55
56impl Clone for HighLevelILBlock {

Callers

nothing calls this directly

Calls 3

start_indexMethod · 0.80
end_indexMethod · 0.80
to_ownedMethod · 0.45

Tested by

no test coverage detected