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

Method iter

rust/src/medium_level_il/block.rs:24–29  ·  view source on GitHub ↗
(&self, block: &BasicBlock<Self>)

Source from the content-addressed store, hash-verified

22 }
23
24 fn iter(&self, block: &BasicBlock<Self>) -> MediumLevelILBlockIter {
25 MediumLevelILBlockIter {
26 function: self.function.to_owned(),
27 range: block.start_index().0..block.end_index().0,
28 }
29 }
30}
31
32impl std::fmt::Debug for MediumLevelILBlock {

Callers 2

set_user_var_valueMethod · 0.45
clear_user_var_valueMethod · 0.45

Calls 3

start_indexMethod · 0.80
end_indexMethod · 0.80
to_ownedMethod · 0.45

Tested by

no test coverage detected