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

Function getDoc

packages/plugins/openapi/src/sdk/real-specs.test.ts:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47let cachedVercelResult: ExtractionResult | null = null;
48
49const getDoc = () =>
50 Effect.gen(function* () {
51 if (!cachedDoc) cachedDoc = yield* parse(cloudflareSpecText);
52 return cachedDoc;
53 });
54
55const getResult = () =>
56 Effect.gen(function* () {

Callers 2

getResultFunction · 0.85
real-specs.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected