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

Method deref

rust/src/string.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 type Target = CStr;
134
135 fn deref(&self) -> &CStr {
136 unsafe { CStr::from_ptr(self.raw) }
137 }
138}
139
140impl AsRef<[u8]> for BnString {

Callers 2

as_bytes_with_nullMethod · 0.45
eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected