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

Function all

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

Source from the content-addressed store, hash-verified

1117
1118 #[test]
1119 fn all() {
1120 assert_eq!(minutes_expr("*"), Ok(("", Expr::All)))
1121 }
1122
1123 #[test]
1124 fn only_match_first_star() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected