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

Function test_add_i32

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

Source from the content-addressed store, hash-verified

34
35 #[test]
36 fn test_add_i32() {
37 assert_eq!(add_i32(1, 2), 3);
38 }
39
40 #[test]
41 fn test_add_u32() {

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…