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

Method as_ast

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

Source from the content-addressed store, hash-verified

95 }
96
97 pub fn as_ast(&self) -> Ref<HighLevelILFunction> {
98 Self {
99 handle: self.handle,
100 full_ast: true,
101 }
102 .to_owned()
103 }
104
105 pub fn as_non_ast(&self) -> Ref<HighLevelILFunction> {
106 Self {

Callers 1

rootMethod · 0.80

Calls 1

to_ownedMethod · 0.45

Tested by

no test coverage detected