MCPcopy Create free account
hub / github.com/continuedev/continue / clearHistory

Method clearHistory

extensions/cli/src/util/inputHistory.ts:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 clearHistory(): void {
112 this.history = [];
113 this.resetNavigation();
114 this.saveHistory();
115 }
116}

Callers

nothing calls this directly

Calls 2

resetNavigationMethod · 0.95
saveHistoryMethod · 0.95

Tested by

no test coverage detected