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

Method parse_text_map

battlecode-engine/src/map/mod.rs:98–100  ·  view source on GitHub ↗
(map: &str)

Source from the content-addressed store, hash-verified

96 }
97
98 pub fn parse_text_map(map: &str) -> Result<GameMap, Error> {
99 self::mapparser::parse_text_map(map)
100 }
101}
102
103/// The map for one of the planets in the Battlecode world. This information

Callers 2

astgen.pyFile · 0.80
get_mapFunction · 0.80

Calls 1

parse_text_mapFunction · 0.85

Tested by

no test coverage detected