(pathname: string)
| 70 | * on the way out. |
| 71 | */ |
| 72 | export const isRecognizedMcpOrgPath = (pathname: string): boolean => |
| 73 | stripMcpOrgSegment(pathname) !== null; |
| 74 | |
| 75 | /** |
| 76 | * Given a recognized original pathname (a `MCP_ORIGINAL_PATH_HEADER` value — |
no test coverage detected