(index: Map<string, string>)
| 34 | let nameIndex = new Map<string, string>(); |
| 35 | |
| 36 | export function setRouteNameIndex(index: Map<string, string>): void { |
| 37 | nameIndex = index; |
| 38 | } |
| 39 | |
| 40 | // All registered named routes as `{ name, path }` pairs (backs the agent's |
| 41 | // `router.getRoutes()` route-map listing). |
no outgoing calls
no test coverage detected