Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-JavaScript
/ isEmpty
Method
isEmpty
chapter07/util/Queue.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
isEmpty() {
23
return
this._list.head == null;
24
}
25
26
_toArray() {
27
return
this._list._toArray();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected