MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setPromptId

Function setPromptId

src/bootstrap/state.ts:1755–1757  ·  view source on GitHub ↗
(id: string | null)

Source from the content-addressed store, hash-verified

1753}
1754
1755export function setPromptId(id: string | null): void {
1756 STATE.promptId = id
1757}
1758
1759
1760

Callers 2

processTextPromptFunction · 0.85
processSlashCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected