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

Method borrow

rust/src/rc.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90
91impl<T: RefCountable> Borrow<T> for Ref<T> {
92 fn borrow(&self) -> &T {
93 &self.contents
94 }
95}
96
97impl<T: RefCountable> Drop for Ref<T> {

Callers 6

return_int_regMethod · 0.45
return_hi_int_regMethod · 0.45
return_float_regMethod · 0.45
global_pointer_regMethod · 0.45
registerMethod · 0.45
archMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected