MCPcopy
hub / github.com/soybeanjs/soybean-admin / getRoutePath

Function getRoutePath

src/router/elegant/transform.ts:178–180  ·  view source on GitHub ↗
(name: T)

Source from the content-addressed store, hash-verified

176 * @param name route name
177 */
178export function getRoutePath<T extends RouteKey>(name: T) {
179 return routeMap[name];
180}
181
182/**
183 * get route name by route path

Callers 4

getDefaultHomeTabFunction · 0.90
findTabByRouteNameFunction · 0.90
builtin.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected