Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ as_ref
Method
as_ref
rust/src/binary_view.rs:2033–2035 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2031
2032
impl AsRef<BinaryView> for BinaryView {
2033
fn as_ref(&self) -> &Self {
2034
self
2035
}
2036
}
2037
2038
impl ToOwned for BinaryView {
Callers
15
offset_valid
Method · 0.45
next_valid_offset_after
Method · 0.45
save
Method · 0.45
file
Method · 0.45
type_name
Method · 0.45
parent_view
Method · 0.45
view_type
Method · 0.45
notify_data_written
Method · 0.45
notify_data_inserted
Method · 0.45
notify_data_removed
Method · 0.45
offset_has_code_semantics
Method · 0.45
offset_has_writable_semantics
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected