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

Method has

battlecode-engine/src/map/mapparser.rs:90–92  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

88 None
89 }
90 fn has(&self) -> bool {
91 self.cur != ""
92 }
93}
94
95#[derive(Clone, Copy)]

Callers 1

parse_text_mapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected