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

Function parses_bytes

cel/src/parser/parse.rs:527–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525
526 #[test]
527 fn parses_bytes() {
528 let bytes = parse_bytes("abc💖\\xFF\\376").expect("Must parse!");
529 assert_eq!([97, 98, 99, 240, 159, 146, 150, 255, 254], *bytes)
530 }
531}

Callers

nothing calls this directly

Calls 1

parse_bytesFunction · 0.85

Tested by

no test coverage detected