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

Function getRuntimeReport

src/commands/env/index.js:441–452  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

439}
440
441async function getRuntimeReport(args) {
442 const report = buildBaseRuntimeReport()
443
444 if (!args.commands) {
445 return report
446 }
447
448 return {
449 ...report,
450 commandDiagnostics: await getCommandDiagnosticsReport(),
451 }
452}
453
454function renderTextReport(report) {
455 const lines = []

Callers 1

callFunction · 0.85

Calls 2

buildBaseRuntimeReportFunction · 0.85

Tested by

no test coverage detected