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

Method as_ref

rust/src/custom_binary_view.rs:414–416  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

412
413impl AsRef<BinaryViewType> for BinaryViewType {
414 fn as_ref(&self) -> &Self {
415 self
416 }
417}
418
419unsafe impl Send for BinaryViewType {}

Callers 10

register_view_typeFunction · 0.45
nameMethod · 0.45
long_nameMethod · 0.45
register_archMethod · 0.45
register_platformMethod · 0.45
openMethod · 0.45
parseMethod · 0.45
by_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected