MCPcopy 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
2434unsafe impl RefCountable for Function {

Callers 1

commentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected