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

Function readValidations

e2e/cloud/api-key-validation-cache.test.ts:179–180  ·  view source on GitHub ↗
(keyValue: string)

Source from the content-addressed store, hash-verified

177 const keyB = yield* mintKey("e2e validation-cache key B");
178
179 const readValidations = (keyValue: string) =>
180 Effect.promise(async () => validationsOf(await workos.ledger.list(500), keyValue));
181
182 return { target, keyA, keyB, readValidations } as const;
183});

Calls 2

validationsOfFunction · 0.85
listMethod · 0.65

Tested by

no test coverage detected