MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isForced

Function isForced

src/services/autoDream/autoDream.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103// the lock (so repeated turns don't pile up dreams) or the memory-dir
104// precondition. Still scans sessions so the prompt's session-hint is populated.
105function isForced(): boolean {
106 return false
107}
108
109type AppendSystemMessageFn = NonNullable<ToolUseContext['appendSystemMessage']>
110

Callers 1

initAutoDreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected