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

Function buildQueuedPromptId

desktop/runtime/composer-queue.ts:18–20  ·  view source on GitHub ↗
(mode: ComposerQueueMode, text: string, duplicateIndex: number)

Source from the content-addressed store, hash-verified

16}
17
18function buildQueuedPromptId(mode: ComposerQueueMode, text: string, duplicateIndex: number) {
19 return `${mode}:${duplicateIndex}:${text}`
20}
21
22function buildQueuedPromptsForMode(
23 mode: ComposerQueueMode,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected