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

Method start

rust/src/function.rs:153–155  ·  view source on GitHub ↗
(&self, block: &BasicBlock<Self>)

Source from the content-addressed store, hash-verified

151 type Iter = NativeBlockIter;
152
153 fn start(&self, block: &BasicBlock<Self>) -> u64 {
154 block.start_index()
155 }
156
157 fn iter(&self, block: &BasicBlock<Self>) -> NativeBlockIter {
158 NativeBlockIter {

Callers 4

caller_sitesMethod · 0.45
fmtMethod · 0.45
hashMethod · 0.45
eqMethod · 0.45

Calls 1

start_indexMethod · 0.80

Tested by

no test coverage detected