MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / cloneComposerQueue

Function cloneComposerQueue

desktop/runtime/composer-queue.ts:56–61  ·  view source on GitHub ↗
(queue: ComposerQueueSnapshot)

Source from the content-addressed store, hash-verified

54}
55
56export function cloneComposerQueue(queue: ComposerQueueSnapshot): ComposerQueueSnapshot {
57 return {
58 steering: [...queue.steering],
59 followUp: [...queue.followUp],
60 }
61}
62
63export function findQueuedPromptIndexById(
64 mode: ComposerQueueMode,

Callers 1

removeQueuedPromptByIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected