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

Method all_grouped

battlecode-engine/src/rockets.rs:100–102  ·  view source on GitHub ↗

All rocket landings, grouped by round but in no particular order.

(&self)

Source from the content-addressed store, hash-verified

98
99 /// All rocket landings, grouped by round but in no particular order.
100 pub fn all_grouped(&self) -> FnvHashMap<Rounds, Vec<RocketLanding>> {
101 self.landings.clone()
102 }
103}
104
105#[cfg(test)]

Callers 1

test_rocket_landingsFunction · 0.80

Calls 1

cloneMethod · 0.80

Tested by 1

test_rocket_landingsFunction · 0.64