MCPcopy 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
2046unsafe impl Send for BinaryView {}

Callers 3

memory_mapMethod · 0.45
code_refs_from_addrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected