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

Function specText

packages/plugins/openapi/src/sdk/spec-blob.test.ts:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61);
62
63const specText = () => {
64 const spec = makeOpenApiHttpApiTestIntegrationConfig(TestApi, {}).spec;
65 if (spec.kind === "blob") return spec.value;
66 return spec.url;
67};
68
69const specTextWithDefinition = () =>
70 JSON.stringify({

Callers 1

spec-blob.test.tsFile · 0.70

Tested by

no test coverage detected