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

Function skew

tests/binary/fn_pointers/src/main.rs:111–113  ·  view source on GitHub ↗
(a: i32, b: i32)

Source from the content-addressed store, hash-verified

109}
110
111fn skew(a: i32, b: i32) -> i32 {
112 a * 3 - b
113}
114
115type ErasedFormatter = unsafe fn(core::ptr::NonNull<()>, &mut i32) -> i32;
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected