Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
impl CarrierValue for [i32; 3] {
26
fn carrier_value(self) -> i32 {
27
self[0] + self[1] + self[2]
28
}
29
}
30
Callers
2
update_state
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected