Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ linear
Function
linear
tests/binary/fn_pointers/src/main.rs:83–85 ·
view source on GitHub ↗
(x: f64)
Source
from the content-addressed store, hash-verified
81
}
82
83
fn linear(x: f64) -> f64 {
84
2.0 * x + 3.0
85
}
86
87
fn square(x: f64) -> f64 {
88
x * x
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected