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

Method start

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

Source from the content-addressed store, hash-verified

14 type Iter = MediumLevelILBlockIter;
15
16 fn start(&self, block: &BasicBlock<Self>) -> MediumLevelILInstruction {
17 // TODO: instruction_from_index says that it is not mapped and will do the call
18 // TODO: What if this IS already MAPPED!?!?!?
19 self.function
20 .instruction_from_index(block.start_index())
21 .unwrap()
22 }
23
24 fn iter(&self, block: &BasicBlock<Self>) -> MediumLevelILBlockIter {
25 MediumLevelILBlockIter {

Callers

nothing calls this directly

Calls 2

start_indexMethod · 0.80

Tested by

no test coverage detected