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

Method start

rust/src/low_level_il/block.rs:43–47  ·  view source on GitHub ↗
(&self, block: &BasicBlock<Self>)

Source from the content-addressed store, hash-verified

41 type Iter = LowLevelILBlockIter<'func, A, M, F>;
42
43 fn start(&self, block: &BasicBlock<Self>) -> LowLevelILInstruction<'func, A, M, F> {
44 self.function
45 .instruction_from_index(block.start_index())
46 .unwrap()
47 }
48
49 fn iter(&self, block: &BasicBlock<Self>) -> LowLevelILBlockIter<'func, A, M, F> {
50 LowLevelILBlockIter {

Callers

nothing calls this directly

Calls 2

start_indexMethod · 0.80

Tested by

no test coverage detected