MCPcopy Index your code
hub / github.com/codeaashu/claude-code / buildInstallationDiagnostics

Function buildInstallationDiagnostics

src/utils/status.tsx:175–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }];
174}
175export async function buildInstallationDiagnostics(): Promise<Diagnostic[]> {
176 const installWarnings = await checkInstall();
177 return installWarnings.map(warning => warning.message);
178}
179export async function buildInstallationHealthDiagnostics(): Promise<Diagnostic[]> {
180 const diagnostic = await getDoctorDiagnostic();
181 const items: Diagnostic[] = [];

Callers 1

buildDiagnosticsFunction · 0.85

Calls 1

checkInstallFunction · 0.85

Tested by

no test coverage detected