Code
Hub
Workspaces
Digest
Agents
Trending
Connect
MCP
copy
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.py
File · 0.80
get_map
Function · 0.80
Calls
1
parse_text_map
Function · 0.85
Tested by
no test coverage detected