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

Function setHasExitedPlanMode

src/bootstrap/state.ts:1353–1355  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1351}
1352
1353export function setHasExitedPlanMode(value: boolean): void {
1354 STATE.hasExitedPlanMode = value
1355}
1356
1357export function needsPlanModeExitAttachment(): boolean {
1358 return STATE.needsPlanModeExitAttachment

Callers 4

handleResponseFunction · 0.50
handleEmptyPlanResponseFunction · 0.50
getPlanModeAttachmentsFunction · 0.50
transitionPermissionModeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected