MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / recheckCommandQueue

Function recheckCommandQueue

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

notifySubscribersFunction · 0.85

Tested by

no test coverage detected