MCPcopy 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
2032impl AsRef<BinaryView> for BinaryView {
2033 fn as_ref(&self) -> &Self {
2034 self
2035 }
2036}
2037
2038impl ToOwned for BinaryView {

Callers 15

offset_validMethod · 0.45
saveMethod · 0.45
fileMethod · 0.45
type_nameMethod · 0.45
parent_viewMethod · 0.45
view_typeMethod · 0.45
notify_data_writtenMethod · 0.45
notify_data_insertedMethod · 0.45
notify_data_removedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected