MCPcopy
hub / github.com/coder/mux / setAutoCompactionThreshold

Method setAutoCompactionThreshold

src/node/services/agentSession.ts:2982–2985  ·  view source on GitHub ↗
(threshold: number)

Source from the content-addressed store, hash-verified

2980 }
2981
2982 setAutoCompactionThreshold(threshold: number): void {
2983 this.assertNotDisposed("setAutoCompactionThreshold");
2984 this.compactionMonitor.setThreshold(threshold);
2985 }
2986
2987 private getUsageState(): AutoCompactionUsageState | undefined {
2988 return this.lastUsageState;

Callers 4

ChatPaneContentFunction · 0.45
routerFunction · 0.45

Calls 2

assertNotDisposedMethod · 0.95
setThresholdMethod · 0.80

Tested by 1