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

Function uneven_viewer_message

battlecode-engine/src/controller/mod.rs:1584–1592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1582
1583 #[test]
1584 fn uneven_viewer_message() {
1585 let manager = GameController::new_manager(GameMap::parse_text_map(include_str!("../map/fat.bc18t")).unwrap());
1586 manager.manager_viewer_message();
1587 manager.print_game_ansi();
1588
1589 let manager = GameController::new_manager(GameMap::parse_text_map(include_str!("../map/tall.bc18t")).unwrap());
1590 manager.manager_viewer_message();
1591 manager.print_game_ansi();
1592 }
1593}

Callers

nothing calls this directly

Calls 3

parse_text_mapFunction · 0.85
print_game_ansiMethod · 0.80

Tested by

no test coverage detected