Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ clear
Method
clear
core/util/clipboardCache.ts:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
clear(): void {
66
this.cache.clear();
67
this.order = [];
68
}
69
}
70
71
export
const
clipboardCache =
new
ClipboardCache();
Callers
6
registerMessageHandlers
Method · 0.45
invalidate
Method · 0.45
AutocompleteLruCache.test.ts
File · 0.45
cancel
Method · 0.45
flush
Method · 0.45
clearAllBackgroundProcesses
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected