Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ thePlayerWon
Method
thePlayerWon
code/main/Developer.ts:105–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
private thePlayerWon(): boolean{
106
// If the developer is dead, we return true
107
if
(this.developerEntity.shouldDie())
108
return
true;
109
110
// Else we return false
111
return
false;
112
}
113
}
Callers
1
update
Method · 0.95
Calls
1
shouldDie
Method · 0.45
Tested by
no test coverage detected