Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ cmp
Method
cmp
rust/src/data_buffer.rs:245–247 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
243
244
impl Ord for DataBuffer {
245
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
246
self.as_ref().cmp(other.as_ref())
247
}
248
}
Callers
1
partial_cmp
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected