MCPcopy Index your code
hub / github.com/nodejs/node / isEmpty

Method isEmpty

lib/internal/fixed_queue.js:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 isEmpty() {
99 return this.head.isEmpty();
100 }
101
102 push(data) {
103 if (this.head.isFull()) {

Callers 8

unenrollFunction · 0.45
eventHandlerFunction · 0.45
errorHandlerFunction · 0.45
closeHandlerFunction · 0.45
shiftMethod · 0.45
processPromiseRejectionsFunction · 0.45
nextTickFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected