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

Method instruction_at

rust/src/medium_level_il/function.rs:36–41  ·  view source on GitHub ↗
(&self, loc: L)

Source from the content-addressed store, hash-verified

34 }
35
36 pub fn instruction_at<L: Into<Location>>(&self, loc: L) -> Option<MediumLevelILInstruction> {
37 Some(MediumLevelILInstruction::new(
38 self.to_owned(),
39 self.instruction_index_at(loc)?,
40 ))
41 }
42
43 pub fn instruction_index_at<L: Into<Location>>(
44 &self,

Callers

nothing calls this directly

Calls 2

to_ownedMethod · 0.45
instruction_index_atMethod · 0.45

Tested by

no test coverage detected