MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / partial_cmp

Method partial_cmp

src/server/scheduler.rs:147–149  ·  view source on GitHub ↗
(&self, other: &TimedActivator)

Source from the content-addressed store, hash-verified

145
146impl PartialOrd for TimedActivator {
147 fn partial_cmp(&self, other: &TimedActivator) -> Option<Ordering> {
148 Some(self.cmp(other))
149 }
150}
151
152impl PartialEq for TimedActivator {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.80

Tested by

no test coverage detected