Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isEmpty
Function
isEmpty
lib/internal/linkedlist.js:45–47 ·
view source on GitHub ↗
(list)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
isEmpty(list) {
46
return
list._idleNext === list;
47
}
48
49
module.exports = {
50
init,
Callers
1
round_robin_handle.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected