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

Function buildDiagnostics

src/components/Settings/Status.tsx:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }, ...buildIDEProperties(mcp.clients, context.options.ideInstallationStatus, theme), ...buildMcpProperties(mcp.clients, theme), ...buildSandboxProperties(), ...buildSettingSourcesProperties()];
53}
54export async function buildDiagnostics(): Promise<Diagnostic[]> {
55 return [...(await buildInstallationDiagnostics()), ...(await buildInstallationHealthDiagnostics()), ...(await buildMemoryDiagnostics())];
56}
57function PropertyValue(t0) {
58 const $ = _c(8);
59 const {

Callers 1

_temp2Function · 0.85

Tested by

no test coverage detected