Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shazbot/WH3-Mod-Manager
/ isEmpty
Method
isEmpty
src/utility/queue.ts:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
return
this.queue.shift();
12
}
13
isEmpty() {
14
return
this.queue.length === 0;
15
}
16
}
Callers
1
buildDBReferenceTree
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected