MCPcopy Create free account
hub / github.com/assert-rs/assert_cmd / into_output_from_bytes

Function into_output_from_bytes

src/assert.rs:1200–1203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1198
1199 #[test]
1200 fn into_output_from_bytes() {
1201 let pred = convert_output(b"Hello" as &[u8]);
1202 assert!(pred.eval(b"Hello" as &[u8]));
1203 }
1204
1205 #[test]
1206 fn into_output_from_vec() {

Callers

nothing calls this directly

Calls 1

convert_outputFunction · 0.85

Tested by

no test coverage detected