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

Function findAccessApp

apps/host-cloudflare/scripts/preview.ts:148–151  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

146};
147
148const findAccessApp = async (name: string): Promise<any | null> => {
149 const apps = await cfList(`/accounts/${ACCOUNT}/access/apps`);
150 return apps.find((app: any) => app.name === name) ?? null;
151};
152
153/**
154 * One Access application per preview, gating its workers.dev hostname at the

Callers 2

ensureAccessAppFunction · 0.85
destroyFunction · 0.85

Calls 1

cfListFunction · 0.85

Tested by

no test coverage detected