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

Method calculate

tests/binary/traits/src/main.rs:21–23  ·  view source on GitHub ↗
(&self, a: i32, b: i32)

Source from the content-addressed store, hash-verified

19impl CarrierValue for i32 {
20 fn carrier_value(self) -> i32 {
21 self + 1
22 }
23}
24
25impl CarrierValue for [i32; 3] {
26 fn carrier_value(self) -> i32 {

Callers 1

perform_calculationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected