MCPcopy Create free account
hub / github.com/callstack/agent-device / isUploadPreflightRoute

Function isUploadPreflightRoute

src/remote/daemon-proxy.ts:301–303  ·  view source on GitHub ↗
(route: string)

Source from the content-addressed store, hash-verified

299}
300
301function isUploadPreflightRoute(route: string): boolean {
302 return route === '/upload/preflight';
303}
304
305function buildUpstreamUrl(upstreamBaseUrl: string, route: string, rawUrl: string): URL {
306 const upstreamUrl = new URL(buildDaemonHttpUrl(upstreamBaseUrl, route));

Callers 2

sendProxyResponseFunction · 0.85
isSupportedUploadRouteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…