MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / buildInstallationDiagnostics

Function buildInstallationDiagnostics

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

Source from the content-addressed store, hash-verified

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

Callers 1

buildDiagnosticsFunction · 0.85

Calls 1

checkInstallFunction · 0.85

Tested by

no test coverage detected