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

Function hasExitedPlanModeInSession

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

Source from the content-addressed store, hash-verified

1347}
1348
1349export function hasExitedPlanModeInSession(): boolean {
1350 return STATE.hasExitedPlanMode
1351}
1352
1353export function setHasExitedPlanMode(value: boolean): void {
1354 STATE.hasExitedPlanMode = value

Callers 2

validateInputFunction · 0.85
getPlanModeAttachmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected