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

Method to_owned

rust/src/medium_level_il/function.rs:594–596  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

592 type Owned = Ref<Self>;
593
594 fn to_owned(&self) -> Self::Owned {
595 unsafe { RefCountable::inc_ref(self) }
596 }
597}
598
599unsafe impl RefCountable for MediumLevelILFunction {

Callers 14

instruction_atMethod · 0.45
basic_blocksMethod · 0.45
var_definitionsMethod · 0.45
ssa_variable_usesMethod · 0.45
ssa_memory_usesMethod · 0.45
variable_definitionsMethod · 0.45
variable_usesMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected