MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / specTooLargeMessage

Function specTooLargeMessage

packages/plugins/openapi/src/sdk/parse.ts:42–44  ·  view source on GitHub ↗
(size: number, limit: number)

Source from the content-addressed store, hash-verified

40 "provider preset that selects a workload server-side.";
41
42const specTooLargeMessage = (size: number, limit: number): string =>
43 `OpenAPI document is too large to parse (${formatMiB(size)}, limit ${formatMiB(limit)}). ` +
44 specGuidance;
45
46const specTooDenseMessage = (lines: number): string =>
47 `OpenAPI document is too large to parse whole (${lines.toLocaleString("en-US")} lines, ` +

Callers 2

parse.tsFile · 0.85
parseSpecObjectFunction · 0.85

Calls 1

formatMiBFunction · 0.85

Tested by

no test coverage detected