Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/saffron
/ eq
Method
eq
saffron/src/parse.rs:91–93 ·
view source on GitHub ↗
(&self, other: &u8)
Source
from the content-addressed store, hash-verified
89
impl PartialEq<u8> for Minute {
90
#[inline]
91
fn eq(&self, other: &u8) -> bool {
92
&self.0 == other
93
}
94
}
95
96
/// An hour value, 0-23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected