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

Function parse_fat

battlecode-engine/src/map/mapparser.rs:426–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 }
425 #[test]
426 fn parse_fat() {
427 let fat = include_str!("fat.bc18t");
428 let map = parse_text_map(fat).unwrap();
429 }
430}

Callers

nothing calls this directly

Calls 1

parse_text_mapFunction · 0.85

Tested by

no test coverage detected