MCPcopy Create free account
hub / github.com/IIIIQIIII/claude-code / DiagnosticFile

Interface DiagnosticFile

src/services/diagnosticTracking.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export interface DiagnosticFile {
26 uri: string
27 diagnostics: Diagnostic[]
28}
29
30export class DiagnosticTrackingService {
31 private static instance: DiagnosticTrackingService | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected