Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ clear
Method
clear
daemon/src/utils/queue.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
clear() {
32
this.items = [];
33
}
34
35
isEmpty() {
36
return
this.items.length === 0;
Callers
7
onStart
Method · 0.45
onEnd
Method · 0.45
stop
Method · 0.45
clearTerminal
Function · 0.45
stop
Method · 0.45
clearPreset
Method · 0.45
flushOutputBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected