MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / add_u64

Method add_u64

tests/math-wit/src/lib.rs:20–22  ·  view source on GitHub ↗
(a: u64, b: u64)

Source from the content-addressed store, hash-verified

18 }
19
20 fn add_u64(a: u64, b: u64) -> u64 {
21 a + b
22 }
23}
24
25#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected