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

Method to_owned

rust/src/disassembly.rs:1283–1285  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1281 type Owned = Ref<Self>;
1282
1283 fn to_owned(&self) -> Self::Owned {
1284 unsafe { RefCountable::inc_ref(self) }
1285 }
1286}
1287
1288unsafe impl RefCountable for DisassemblyTextRenderer {

Callers 1

from_rawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected