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

Function test_add_i64

tests/math-wit/src/lib.rs:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39 #[test]
40 fn test_add_i64() {
41 assert_eq!(Math::add_i64(1, 2), 3);
42 }
43
44 #[test]
45 fn test_add_u64() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…