Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
impl PartialOrd for TimedActivator {
147
fn partial_cmp(&self, other: &TimedActivator) -> Option<Ordering> {
148
Some(self.cmp(other))
149
}
150
}
151
152
impl PartialEq for TimedActivator {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.80
Tested by
no test coverage detected