Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ aPatternNeedsUpdating
Method
aPatternNeedsUpdating
code/main/TheCave.ts:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
// Public methods
49
public aPatternNeedsUpdating(): void{
50
this.update();
51
this.getGame().updatePlace();
52
}
53
54
// Public getters
55
public getAdditionalCharactersPositionsPossible(): Pos[]{
Callers
2
getTheBar
Method · 0.80
getPlug
Method · 0.80
Calls
3
update
Method · 0.95
updatePlace
Method · 0.80
getGame
Method · 0.45
Tested by
no test coverage detected