Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
unenroll
Function · 0.45
eventHandler
Function · 0.45
errorHandler
Function · 0.45
closeHandler
Function · 0.45
shift
Method · 0.45
processPromiseRejections
Function · 0.45
processTicksAndRejections
Function · 0.45
nextTick
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected