Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ it_works
Function
it_works
rustcv-simulation/src/lib.rs:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
#[test]
10
fn it_works() {
11
let result = add(2, 2);
12
assert_eq!(result, 4);
13
}
14
}
Callers
nothing calls this directly
Calls
1
add
Function · 0.85
Tested by
no test coverage detected