MCPcopy
hub / github.com/codeaashu/claude-code / reset

Method reset

src/services/diagnosticTracking.ts:72–76  ·  view source on GitHub ↗

* Reset tracking state while keeping the service initialized. * This clears all tracked files and diagnostics.

()

Source from the content-addressed store, hash-verified

70 * This clears all tracked files and diagnostics.
71 */
72 reset() {
73 this.baseline.clear()
74 this.rightFileDiagnosticsState.clear()
75 this.lastProcessedTimestamps.clear()
76 }
77
78 private normalizeFileUri(fileUri: string): string {
79 // Remove our protocol prefixes

Callers 1

handleQueryStartMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected