MCPcopy 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

1pub fn add(left: u64, right: u64) -> u64 {
2 left + right
3}
4
5#[cfg(test)]
6mod tests {

Callers 1

it_worksFunction · 0.85

Calls

no outgoing calls

Tested by 1

it_worksFunction · 0.68