Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
impl CoreArrayProvider for DebugInfoParser {
Callers
3
from_raw
Method · 0.45
get_data_variables_by_name
Method · 0.45
get_data_variables_by_address
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected