Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
impl AsRef<[u8]> for BnString {
Callers
2
as_bytes_with_null
Method · 0.45
eq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected