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

Function call

src/commands/env/index.js:626–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626const call = async args => {
627 const parsed = parseArgs(args)
628 const report = await getRuntimeReport(parsed)
629
630 return {
631 type: 'text',
632 value: parsed.json
633 ? JSON.stringify(report, null, 2)
634 : renderTextReport(report),
635 }
636}
637
638const env = {
639 type: 'local',

Callers 2

workflows.test.tsFile · 0.90
export.test.tsxFile · 0.90

Calls 3

getRuntimeReportFunction · 0.85
renderTextReportFunction · 0.85
parseArgsFunction · 0.70

Tested by

no test coverage detected