Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ setAccumulated
Method
setAccumulated
code/main/Resource.ts:103–105 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
101
102
// Private methods
103
private setAccumulated(n: number): void{
104
this.accumulated = n;
105
}
106
107
private setMax(n: number): void{
108
this.max = n;
Callers
2
add
Method · 0.95
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected