MCPcopy Create free account
hub / github.com/cloudflare/saffron / Month

Class Month

saffron/src/parse.rs:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218/// A month, 1-12
219#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
220pub struct Month(u8);
221impl Sealed for Month {}
222impl ExprValue for Month {
223 const MAX: u8 = 12;

Callers 1

monthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…