Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isEmpty
Method
isEmpty
deps/undici/src/lib/dispatcher/fixed-queue.js:110–112 ·
view source on GitHub ↗
@returns {boolean}
()
Source
from the content-addressed store, hash-verified
108
109
/** @returns {boolean} */
110
isEmpty () {
111
return
this.head.isEmpty()
112
}
113
114
/** @param {T} data */
115
push (data) {
Callers
4
[kOnDrain]
Method · 0.45
[kClose]
Method · 0.45
shift
Method · 0.45
#run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected