MCPcopy Create free account
hub / github.com/anomalyco/opencode / clear

Method clear

packages/app/src/utils/persist.test.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 readonly calls = { get: 0, set: 0, remove: 0 }
12
13 clear() {
14 this.values.clear()
15 }
16
17 get length() {
18 return this.values.size

Callers 15

PromptProjectSelectorFunction · 0.45
navigateFunction · 0.45
resetFunction · 0.45
DialogManageModelsV2Function · 0.45
clearInputFunction · 0.45
SettingsModelsV2Function · 0.45
clearFunction · 0.45
checkServerHealthFunction · 0.45
persist.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected