Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ to_owned
Method
to_owned
rust/src/function.rs:2429–2431 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2427
type Owned = Ref<Self>;
2428
2429
fn to_owned(&self) -> Self::Owned {
2430
unsafe { RefCountable::inc_ref(self) }
2431
}
2432
}
2433
2434
unsafe impl RefCountable for Function {
Callers
1
comments
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected