MCPcopy 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

onStartMethod · 0.45
onEndMethod · 0.45
stopMethod · 0.45
clearTerminalFunction · 0.45
stopMethod · 0.45
clearPresetMethod · 0.45
flushOutputBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected