MCPcopy Create free account
hub / github.com/Noumena-Network/code / needsPlanModeExitAttachment

Function needsPlanModeExitAttachment

src/bootstrap/state.ts:1357–1359  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1355}
1356
1357export function needsPlanModeExitAttachment(): boolean {
1358 return STATE.needsPlanModeExitAttachment
1359}
1360
1361export function setNeedsPlanModeExitAttachment(value: boolean): void {
1362 STATE.needsPlanModeExitAttachment = value

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected