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

Method accumulate

tests/binary/traits/src/main.rs:25–27  ·  view source on GitHub ↗
(&mut self, value: i32)

Source from the content-addressed store, hash-verified

23}
24
25impl CarrierValue for [i32; 3] {
26 fn carrier_value(self) -> i32 {
27 self[0] + self[1] + self[2]
28 }
29}
30

Callers 2

update_stateFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected