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

Function step

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

Source from the content-addressed store, hash-verified

1202
1203 #[test]
1204 fn step() {
1205 assert_eq!(
1206 minutes_expr("0/5"),
1207 Ok(("", Expr::Many(exprs(vec![s(0, 5)]))))
1208 )
1209 }
1210
1211 #[test]
1212 fn step_with_star_step() {

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…