Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assert-rs/assert_cmd
/ into_code_from_vec
Function
into_code_from_vec
src/assert.rs:1172–1175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1170
1171
#[test]
1172
fn into_code_from_vec() {
1173
let pred = convert_code(vec![3, 10]);
1174
assert!(pred.eval(&10));
1175
}
1176
1177
#[test]
1178
fn into_code_from_array() {
Callers
nothing calls this directly
Calls
1
convert_code
Function · 0.85
Tested by
no test coverage detected