Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ isBought
Method
isBought
code/main/CandyMerchantItem.ts:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public isBought(): boolean{
67
return
Saving.loadBool(this.savingBool);
68
}
69
70
// Public getters
71
public getAsciiName(): string{
Callers
3
canBeBought
Method · 0.95
canBeClicked
Method · 0.95
canBeShown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected