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

Method ref_from_raw

rust/src/relocation.rs:307–309  ·  view source on GitHub ↗
(raw: *mut BNRelocationHandler)

Source from the content-addressed store, hash-verified

305
306impl CoreRelocationHandler {
307 pub(crate) unsafe fn ref_from_raw(raw: *mut BNRelocationHandler) -> Ref<Self> {
308 unsafe { Ref::new(CoreRelocationHandler(raw)) }
309 }
310}
311
312impl AsRef<CoreRelocationHandler> for CoreRelocationHandler {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected