MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / to_owned

Method to_owned

rust/src/debuginfo.rs:292–294  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

290 type Owned = Ref<Self>;
291
292 fn to_owned(&self) -> Self::Owned {
293 unsafe { RefCountable::inc_ref(self) }
294 }
295}
296
297impl CoreArrayProvider for DebugInfoParser {

Callers 3

from_rawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected