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

Function setNeedsAutoModeExitAttachment

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

Source from the content-addressed store, hash-verified

1383}
1384
1385export function setNeedsAutoModeExitAttachment(value: boolean): void {
1386 STATE.needsAutoModeExitAttachment = value
1387}
1388
1389export function handleAutoModeTransition(
1390 fromMode: string,

Callers 7

handleResponseFunction · 0.50
handleEmptyPlanResponseFunction · 0.50
transitionPermissionModeFunction · 0.50
kickOutOfAutoIfNeededFunction · 0.50
transitionPlanAutoModeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected