MCPcopy
hub / github.com/shzlw/zeu / pop

Method pop

src/message-queue.js:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 pop() {
76 if (this._queue.length > 0) {
77 this._queue.shift();
78 }
79 }
80
81 get queueSize() {
82 return this._queue.length;

Callers 1

pushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected