MCPcopy Create free account
hub / github.com/bytebase/bytebase / location

Function location

frontend/src/react/router/guard.test.ts:76–78  ·  view source on GitHub ↗
(result: Response | null)

Source from the content-addressed store, hash-verified

74}
75
76function location(result: Response | null): string | null {
77 return result instanceof Response ? result.headers.get("Location") : null;
78}
79
80async function runCatchAllLoader(path: string): Promise<Response> {
81 const matched = matchRoutes(routes, path);

Callers 1

guard.test.tsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected