Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ getCandiesInCauldron
Method
getCandiesInCauldron
code/main/Game.ts:502–504 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
500
}
501
502
public getCandiesInCauldron(): Resource{
503
return
this.candiesInCauldron;
504
}
505
506
public getCandiesThrown(): CandiesThrown{
507
return
this.candiesThrown;
Callers
4
changeAction
Method · 0.80
drawActions
Method · 0.80
putInCauldron
Method · 0.80
putIntoBottles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected