MCPcopy Index your code
hub / github.com/battlecode/battlecode-2018 / is_over

Method is_over

battlecode-engine/src/controller/mod.rs:1151–1153  ·  view source on GitHub ↗

DO NOT CALL THIS FUNCTION UNLESS YOU ARE THE MANAGER!

(&self)

Source from the content-addressed store, hash-verified

1149
1150 /// DO NOT CALL THIS FUNCTION UNLESS YOU ARE THE MANAGER!
1151 pub fn is_over(&self) -> bool {
1152 self.is_game_over().is_some()
1153 }
1154
1155 /// DO NOT CALL THIS FUNCTION UNLESS YOU ARE THE MANAGER!
1156 pub fn winning_team(&self) -> Result<Team, Error> {

Callers 1

player_handlerMethod · 0.80

Calls 1

is_game_overMethod · 0.45

Tested by

no test coverage detected