MCPcopy Create free account
hub / github.com/Noumena-Network/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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected