Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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())
Callers
6
setControlValue
Method · 0.80
InputPromptDraftStore.test.ts
File · 0.80
CaptureChoiceEngine.selection.test.ts
File · 0.80
TemplateChoiceEngine.audit-template.test.ts
File · 0.80
TemplateChoiceEngine.notice.test.ts
File · 0.80
VDateInputPrompt.audit-cleanup.test.ts
File · 0.80
Calls
2
resetExecutionScope
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected