MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / parse

Function parse

cel/src/lib.rs:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239 #[test]
240 fn parse() {
241 Program::compile("1 + 1").unwrap();
242 }
243
244 #[test]
245 fn from_str() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected