MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / notifySubscribers

Function notifySubscribers

source code/utils/messageQueueManager.ts:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58const queueChanged = createSignal()
59
60function notifySubscribers(): void {
61 snapshot = Object.freeze([...commandQueue])
62 queueChanged.emit()
63}
64
65// ============================================================================
66// useSyncExternalStore interface

Callers 10

recheckCommandQueueFunction · 0.85
enqueueFunction · 0.85
dequeueFunction · 0.85
dequeueAllFunction · 0.85
dequeueAllMatchingFunction · 0.85
removeFunction · 0.85
removeByFilterFunction · 0.85
clearCommandQueueFunction · 0.85
popAllEditableFunction · 0.85

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected