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

Function months_expr

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

Source from the content-addressed store, hash-verified

921
922#[inline]
923fn months_expr(s: &str) -> IResult<&str, Expr<Month>> {
924 expr(month)(s)
925}
926
927fn dow_expr(input: &str) -> IResult<&str, DayOfWeekExpr> {
928 fn dow(s: &str) -> IResult<&str, DayOfWeek> {

Callers

nothing calls this directly

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…