MCPcopy
hub / github.com/codeaashu/claude-code / suppressCompactWarning

Function suppressCompactWarning

src/services/compact/compactWarningState.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10/** Suppress the compact warning. Call after successful compaction. */
11export function suppressCompactWarning(): void {
12 compactWarningStore.setState(() => true)
13}
14
15/** Clear the compact warning suppression. Called at start of new compact attempt. */
16export function clearCompactWarningSuppression(): void {

Callers 4

callFunction · 0.85
compactViaReactiveFunction · 0.85
cachedMicrocompactPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected