Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getPromptId
Function
getPromptId
src/bootstrap/state.ts:1751–1753 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1749
}
1750
1751
export
function
getPromptId(): string | null {
1752
return
STATE.promptId
1753
}
1754
1755
export
function
setPromptId(id: string | null): void {
1756
STATE.promptId = id
Callers
2
insertMessageChain
Method · 0.85
logOTelEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected