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

Function buildInternalModeSection

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}
54function buildInternalModeSection(): Property[] {
55 return buildRuntimeModeProperties();
56}
57export async function buildDiagnostics(): Promise<Diagnostic[]> {
58 return [...(await buildInstallationDiagnostics()), ...(await buildInstallationHealthDiagnostics()), ...(await buildMemoryDiagnostics())];
59}

Callers 1

StatusFunction · 0.85

Calls 1

Tested by

no test coverage detected