MCPcopy Create free account
hub / github.com/IIIIQIIII/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// Stub: isReplBridgeActive was missing from source snapshot
1760export function isReplBridgeActive(): boolean {

Callers 2

processTextPromptFunction · 0.85
processSlashCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected