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

Function test_add_u64

tests/math/src/lib.rs:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 #[test]
51 fn test_add_u64() {
52 assert_eq!(add_u64(1, 2), 3);
53 }
54
55 #[test]
56 fn test_add_f32() {

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…