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

Function overflow_range

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

Source from the content-addressed store, hash-verified

1176
1177 #[test]
1178 fn overflow_range() {
1179 assert_eq!(
1180 minutes_expr("50-10"),
1181 Ok(("", Expr::Many(exprs(vec![r(50, 10)]))))
1182 )
1183 }
1184
1185 #[test]
1186 fn many_range() {

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…