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

Function recheckCommandQueue

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

Source from the content-addressed store, hash-verified

113 * are picked up by useSyncExternalStore consumers.
114 */
115export function recheckCommandQueue(): void {
116 if (commandQueue.length > 0) {
117 notifySubscribers()
118 }
119}
120
121// ============================================================================
122// Write operations

Callers

nothing calls this directly

Calls 1

notifySubscribersFunction · 0.85

Tested by

no test coverage detected