Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isEmpty
Method
isEmpty
deps/undici/undici.js:865–867 ·
view source on GitHub ↗
@returns {boolean}
()
Source
from the content-addressed store, hash-verified
863
}
864
/** @returns {boolean} */
865
isEmpty() {
866
return
this.head.isEmpty();
867
}
868
/** @param {T} data */
869
push(data) {
870
if
(this.head.isFull()) {
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected