Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/battlecode/battlecode-2018
/ manager_karbonite
Method
manager_karbonite
battlecode-engine/src/world.rs:2401–2403 ·
view source on GitHub ↗
(&self, team: Team)
Source
from the content-addressed store, hash-verified
2399
}
2400
2401
pub(crate) fn manager_karbonite(&self, team: Team) -> u32 {
2402
self.team_states.get(&team).expect(
"oy, stop being nefarious"
).karbonite
2403
}
2404
}
2405
2406
#[cfg(test)]
Callers
1
end_turn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected