MCPcopy
hub / github.com/stravu/crystal / on

Method on

main/src/services/simpleTaskQueue.ts:97–99  ·  view source on GitHub ↗
(event: 'active' | 'completed' | 'failed' | 'waiting' | 'error', listener: (...args: unknown[]) => void)

Source from the content-addressed store, hash-verified

95 }
96
97 on(event: 'active' | 'completed' | 'failed' | 'waiting' | 'error', listener: (...args: unknown[]) => void): this {
98 return super.on(event, listener);
99 }
100
101 async close() {
102 // Clean up

Callers 15

AppFunction · 0.80
ArchiveProgressFunction · 0.80
RichOutputView.tsxFile · 0.80
MessagesViewFunction · 0.80
useCodexPanelFunction · 0.80
preload.tsFile · 0.80
createWindowFunction · 0.80
index.tsFile · 0.80
setupEventListenersFunction · 0.80
setupAutoUpdaterFunction · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by 1

testCodexManagerFunction · 0.64