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

Method root

rust/src/high_level_il/function.rs:56–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54 }
55
56 pub fn root(&self) -> HighLevelILInstruction {
57 HighLevelILInstruction::new_expr(self.as_ast(), self.root_instruction_index())
58 }
59
60 pub fn set_root(&self, new_root: &HighLevelILInstruction) {
61 unsafe { BNSetHighLevelILRootExpr(self.handle, new_root.expr_index.0) }

Callers 1

fmtMethod · 0.45

Calls 2

as_astMethod · 0.80

Tested by

no test coverage detected