MCPcopy 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
1751export function getPromptId(): string | null {
1752 return STATE.promptId
1753}
1754
1755export function setPromptId(id: string | null): void {
1756 STATE.promptId = id

Callers 2

insertMessageChainMethod · 0.85
logOTelEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected