Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ add
Function
add
tests/binary/fn_pointers/src/main.rs:107–109 ·
view source on GitHub ↗
(a: i32, b: i32)
Source
from the content-addressed store, hash-verified
105
}
106
107
fn add(a: i32, b: i32) -> i32 {
108
a + b
109
}
110
111
fn skew(a: i32, b: i32) -> i32 {
112
a * 3 - b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected