MCPcopy
hub / github.com/claude-code-best/claude-code / notifySubscribers

Function notifySubscribers

src/utils/messageQueueManager.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56const queueChanged = createSignal()
57
58function notifySubscribers(): void {
59 snapshot = Object.freeze([...commandQueue])
60 queueChanged.emit()
61}
62
63// ============================================================================
64// 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.45

Tested by

no test coverage detected