MCPcopy 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
244impl 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_cmpMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected