MCPcopy Index your code
hub / github.com/Noumena-Network/code / createQueuedCommand

Function createQueuedCommand

src/utils/messageQueueManager.test.ts:26–32  ·  view source on GitHub ↗
(
  overrides: Partial<QueuedCommand> & Pick<QueuedCommand, 'value' | 'mode'>,
)

Source from the content-addressed store, hash-verified

24} from './sessionStorage.js'
25
26function createQueuedCommand(
27 overrides: Partial<QueuedCommand> & Pick<QueuedCommand, 'value' | 'mode'>,
28): QueuedCommand {
29 return {
30 ...overrides,
31 }
32}
33
34beforeEach(() => {
35 resetCommandQueue()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected