Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
178
export
function
getRoutePath<T extends RouteKey>(name: T) {
179
return
routeMap[name];
180
}
181
182
/**
183
* get route name by route path
Callers
4
handleUpdateRootRouteRedirect
Function · 0.90
getDefaultHomeTab
Function · 0.90
findTabByRouteName
Function · 0.90
builtin.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected