MCPcopy 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
1771export function getPromptId(): string | null {
1772 return STATE.promptId
1773}
1774
1775export function setPromptId(id: string | null): void {
1776 STATE.promptId = id

Callers 3

insertMessageChainMethod · 0.85
logOTelEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected