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

Method index

rust/src/basic_block.rs:207–209  ·  view source on GitHub ↗

TODO: Should we new type this? I just cant tell where the consumers of this are.

(&self)

Source from the content-addressed store, hash-verified

205
206 // TODO: Should we new type this? I just cant tell where the consumers of this are.
207 pub fn index(&self) -> usize {
208 unsafe { BNGetBasicBlockIndex(self.handle) }
209 }
210
211 pub fn immediate_dominator(&self) -> Option<Ref<Self>> {
212 unsafe {

Callers 2

hashMethod · 0.45
eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected