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

Function appResponds

e2e/scripts/cli.ts:80–87  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

78};
79
80const appResponds = async (url: string): Promise<boolean> => {
81 try {
82 await fetch(url, { signal: AbortSignal.timeout(3000) });
83 return true;
84 } catch {
85 return false;
86 }
87};
88
89// --- tailnet helpers -------------------------------------------------------
90

Callers 1

statusFunction · 0.85

Calls 1

fetchFunction · 0.50

Tested by

no test coverage detected