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

Function open

apps/cloud/src/auth/jwks-cache.ts:215–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213const workersCacheStore = (staleMaxMs: number): JwksStore | null => {
214 if (typeof caches === "undefined") return null;
215 const open = (): Cache | null => (caches as WorkersCacheStorage).default ?? null;
216
217 return {
218 get: async (url) => {

Callers 1

workersCacheStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected