MCPcopy Create free account
hub / github.com/Noumena-Network/code / buildInstallationDiagnostics

Function buildInstallationDiagnostics

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

Source from the content-addressed store, hash-verified

323 }];
324}
325export async function buildInstallationDiagnostics(): Promise<Diagnostic[]> {
326 const installWarnings = await checkInstall();
327 return installWarnings.map(warning => warning.message);
328}
329export async function buildInstallationHealthDiagnostics(): Promise<Diagnostic[]> {
330 const diagnostic = await getDoctorDiagnostic();
331 const items: Diagnostic[] = [];

Callers 1

buildDiagnosticsFunction · 0.85

Calls 1

checkInstallFunction · 0.85

Tested by

no test coverage detected