MCPcopy Index your code
hub / github.com/continuedev/continue / invalidate

Method invalidate

core/autocomplete/snippets/gitDiffCache.ts:59–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public invalidate(): void {
60 this.cachedDiff = undefined;
61 this.pendingRequest = null;
62 }
63}
64
65// factory to make diff cache more testable

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected