Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ add_i32
Function
add_i32
tests/binary/fn_pointers/src/main.rs:36–38 ·
view source on GitHub ↗
(x: i32, y: i32)
Source
from the content-addressed store, hash-verified
34
}
35
36
fn add_i32(x: i32, y: i32) -> i32 {
37
x + y
38
}
39
40
fn add_five_i32(x: i32) -> i32 {
41
x + 5
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected