MCPcopy Create free account
hub / github.com/Shazbot/WH3-Mod-Manager / dequeue

Method dequeue

src/utility/queue.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 this.queue.push(item);
9 }
10 dequeue(): T | undefined {
11 return this.queue.shift();
12 }
13 isEmpty() {
14 return this.queue.length === 0;
15 }

Callers 1

buildDBReferenceTreeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected