Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isFull
Method
isFull
deps/undici/undici.js:835–837 ·
view source on GitHub ↗
@returns {boolean}
()
Source
from the content-addressed store, hash-verified
833
}
834
/** @returns {boolean} */
835
isFull() {
836
return
(this.top + 1 & kMask) === this.bottom;
837
}
838
/**
839
* @param {T} data
840
* @returns {void}
Callers
2
test-fixed-queue.js
File · 0.45
push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected