MCPcopy Create free account
hub / github.com/chhoumann/quickadd / clearAll

Method clearAll

src/utils/InputPromptDraftStore.ts:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 clearAll(): void {
117 this.drafts.clear();
118 this.resetExecutionScope();
119 }
120
121 private evictOldest(count: number): void {
122 const entries = Array.from(this.drafts.entries())

Calls 2

resetExecutionScopeMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected