Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getPromptId
Function
getPromptId
src/bootstrap/state.ts:1771–1773 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1769
}
1770
1771
export
function
getPromptId(): string | null {
1772
return
STATE.promptId
1773
}
1774
1775
export
function
setPromptId(id: string | null): void {
1776
STATE.promptId = id
Callers
3
insertMessageChain
Method · 0.85
logOTelEvent
Function · 0.85
processTextPrompt.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected