Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ partial_cmp
Method
partial_cmp
rust/src/data_buffer.rs:239–241 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
237
238
impl PartialOrd for DataBuffer {
239
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
240
Some(self.as_ref().cmp(other.as_ref()))
241
}
242
}
243
244
impl Ord for DataBuffer {
Callers
nothing calls this directly
Calls
2
cmp
Method · 0.45
as_ref
Method · 0.45
Tested by
no test coverage detected