MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / constant

Function constant

tests/binary/fn_pointers/src/main.rs:91–93  ·  view source on GitHub ↗
(_x: f64)

Source from the content-addressed store, hash-verified

89}
90
91fn constant(_x: f64) -> f64 {
92 42.0
93}
94
95fn combine(f: fn(i32, i32) -> i32, a: i32, b: i32) -> i32 {
96 f(a, b) + f(b, a)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected