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

Function servedByAppPlane

apps/cloud/src/app-paths.ts:46–47  ·  view source on GitHub ↗
(pathname: string, method: string)

Source from the content-addressed store, hash-verified

44 (pathname === "/api/sentry-tunnel" && method === "POST") || pathname === "/api/oauth/callback";
45
46export const servedByAppPlane = (pathname: string, method: string): boolean =>
47 isApiPath(pathname) && !isStartOwnedApiPath(pathname, method);

Callers 2

app-paths.test.tsFile · 0.90
server.tsFile · 0.90

Calls 2

isApiPathFunction · 0.85
isStartOwnedApiPathFunction · 0.85

Tested by

no test coverage detected