MCPcopy Create free account
hub / github.com/nodejs/node / isEmpty

Method isEmpty

deps/undici/undici.js:831–833  ·  view source on GitHub ↗

@returns {boolean}

()

Source from the content-addressed store, hash-verified

829 next = null;
830 /** @returns {boolean} */
831 isEmpty() {
832 return this.top === this.bottom;
833 }
834 /** @returns {boolean} */
835 isFull() {
836 return (this.top + 1 & kMask) === this.bottom;

Callers 7

isEmptyMethod · 0.45
shiftMethod · 0.45
[kOnDrain]Method · 0.45
[kClose]Method · 0.45
#runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected