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

Method cmp

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

Source from the content-addressed store, hash-verified

139// We want the activator_queue to act like a min-heap.
140impl Ord for TimedActivator {
141 fn cmp(&self, other: &TimedActivator) -> Ordering {
142 other.at.cmp(&self.at)
143 }
144}
145
146impl PartialOrd for TimedActivator {

Callers 7

implementFunction · 0.80
implement_neuFunction · 0.80
sinkMethod · 0.80
countMethod · 0.80
proposeMethod · 0.80
validateMethod · 0.80
partial_cmpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected