Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1755
export
function
setPromptId(id: string | null): void {
1756
STATE.promptId = id
1757
}
1758
1759
1760
Callers
2
processTextPrompt
Function · 0.85
processSlashCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected