MCPcopy 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
45function isEmpty(list) {
46 return list._idleNext === list;
47}
48
49module.exports = {
50 init,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected