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

Function resetCommandQueue

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

Source from the content-addressed store, hash-verified

332 * Used for test cleanup.
333 */
334export function resetCommandQueue(): void {
335 commandQueue.length = 0
336 snapshot = Object.freeze([])
337}
338
339// ============================================================================
340// Editable mode helpers

Calls

no outgoing calls

Tested by

no test coverage detected