MCPcopy 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
71export const clipboardCache = new ClipboardCache();

Callers 6

invalidateMethod · 0.45
cancelMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected