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

Function hours_expr

saffron/src/parse.rs:834–836  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

832
833#[inline]
834fn hours_expr(s: &str) -> IResult<&str, Expr<Hour>> {
835 expr(map_digit1())(s)
836}
837
838fn dom_expr(input: &str) -> IResult<&str, DayOfMonthExpr> {
839 let dom = map_digit1::<DayOfMonth>();

Callers

nothing calls this directly

Calls 2

exprFunction · 0.85
map_digit1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…