Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
impl<T: RefCountable> Borrow<T> for Ref<T> {
92
fn borrow(&self) -> &T {
93
&self.contents
94
}
95
}
96
97
impl<T: RefCountable> Drop for Ref<T> {
Callers
6
return_int_reg
Method · 0.45
return_hi_int_reg
Method · 0.45
return_float_reg
Method · 0.45
global_pointer_reg
Method · 0.45
register
Method · 0.45
arch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected