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

Function last_offset

saffron/src/parse.rs:1622–1627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1620
1621 #[test]
1622 fn last_offset() {
1623 assert_eq!(
1624 dom_expr("L-3"),
1625 Ok(("", DayOfMonthExpr::Last(Last::Offset(e(3)))))
1626 )
1627 }
1628
1629 // a zero offset makes no sense, should just be L
1630 // a 32 offset will never execute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…