MCPcopy 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
238impl 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
244impl Ord for DataBuffer {

Callers

nothing calls this directly

Calls 2

cmpMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected