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

Function into_code_from_i32

src/assert.rs:1166–1169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164
1165 #[test]
1166 fn into_code_from_i32() {
1167 let pred = convert_code(10);
1168 assert!(pred.eval(&10));
1169 }
1170
1171 #[test]
1172 fn into_code_from_vec() {

Callers

nothing calls this directly

Calls 1

convert_codeFunction · 0.85

Tested by

no test coverage detected