Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ add
Function
add
rustcv-simulation/src/lib.rs:1–3 ·
view source on GitHub ↗
(left: u64, right: u64)
Source
from the content-addressed store, hash-verified
1
pub fn add(left: u64, right: u64) -> u64 {
2
left + right
3
}
4
5
#[cfg(test)]
6
mod tests {
Callers
1
it_works
Function · 0.85
Calls
no outgoing calls
Tested by
1
it_works
Function · 0.68