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

Function buildDiagnostics

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

Source from the content-addressed store, hash-verified

55 return buildRuntimeModeProperties();
56}
57export async function buildDiagnostics(): Promise<Diagnostic[]> {
58 return [...(await buildInstallationDiagnostics()), ...(await buildInstallationHealthDiagnostics()), ...(await buildMemoryDiagnostics())];
59}
60function PropertyValue(t0) {
61 const $ = _c(8);
62 const {

Callers 1

_temp2Function · 0.85

Tested by

no test coverage detected