MCPcopy Create free account
hub / github.com/bootc-dev/bootc / partial_cmp

Method partial_cmp

crates/kernel_cmdline/src/bytes.rs:450–452  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

448
449impl PartialOrd for ParameterKey<'_> {
450 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
451 Some(self.cmp(other))
452 }
453}
454
455/// A single kernel command line parameter.

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected