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

Method start

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

Source from the content-addressed store, hash-verified

39 type Iter = HighLevelILBlockIter;
40
41 fn start(&self, block: &BasicBlock<Self>) -> HighLevelILInstruction {
42 // TODO: Is this start index already mappedd?????
43 self.function
44 .instruction_from_index(block.start_index())
45 .unwrap()
46 }
47
48 fn iter(&self, block: &BasicBlock<Self>) -> HighLevelILBlockIter {
49 HighLevelILBlockIter {

Callers

nothing calls this directly

Calls 2

start_indexMethod · 0.80

Tested by

no test coverage detected