Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ to_owned
Method
to_owned
rust/src/binary_view.rs:2041–2043 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2039
type Owned = Ref<Self>;
2040
2041
fn to_owned(&self) -> Self::Owned {
2042
unsafe { RefCountable::inc_ref(self) }
2043
}
2044
}
2045
2046
unsafe impl Send for BinaryView {}
Callers
3
define_auto_types_with_progress
Method · 0.45
memory_map
Method · 0.45
code_refs_from_addr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected