MCPcopy Create free account
hub / github.com/battlecode/battlecode-2018 / queue

Method queue

battlecode-engine/src/research.rs:117–119  ·  view source on GitHub ↗

Returns the research queue, where the front of the queue is at the beginning of the list.

(&self)

Source from the content-addressed store, hash-verified

115 /// Returns the research queue, where the front of the queue is at the
116 /// beginning of the list.
117 pub fn queue(&self) -> Vec<Branch> {
118 self.queue.clone()
119 }
120
121 /// Whether there is a branch in the research queue.
122 pub fn has_next_in_queue(&self) -> bool {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected