Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
599
unsafe impl RefCountable for MediumLevelILFunction {
Callers
14
instruction_at
Method · 0.45
instruction_from_index
Method · 0.45
instruction_from_expr_index
Method · 0.45
basic_blocks
Method · 0.45
var_definitions
Method · 0.45
basic_block_containing_index
Method · 0.45
ssa_variable_uses
Method · 0.45
ssa_memory_uses
Method · 0.45
variable_definitions
Method · 0.45
variable_uses
Method · 0.45
live_instruction_for_variable
Method · 0.45
from
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected