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

Function workersSubdomain

apps/host-cloudflare/scripts/preview.ts:143–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141};
142
143const workersSubdomain = async (): Promise<string> => {
144 const result = await cfOk("GET", `/accounts/${ACCOUNT}/workers/subdomain`);
145 return result.subdomain;
146};
147
148const findAccessApp = async (name: string): Promise<any | null> => {
149 const apps = await cfList(`/accounts/${ACCOUNT}/access/apps`);

Callers 1

deployFunction · 0.85

Calls 1

cfOkFunction · 0.85

Tested by

no test coverage detected