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

Function buildScenarioList

src/commands/mock-limits/mock-limits.ts:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101function buildScenarioList(): string {
102 return SCENARIOS.map(s => ` ${s.padEnd(24)} ${getScenarioDescription(s)}`).join(
103 '\n',
104 )
105}
106
107function parseUtilization(raw: string): number | null {
108 const parsed = Number(raw)

Callers 2

usageTextFunction · 0.85
callFunction · 0.85

Calls 1

getScenarioDescriptionFunction · 0.85

Tested by

no test coverage detected