Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParallelTask/dinoloop
/ getRoutes
Method
getRoutes
src/modules/interfaces/idino.ts:61–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
export
interface
IRouteTable {
60
add(route: string, httpVerb: string): void;
61
getRoutes(): string[];
62
}
63
64
export
interface
IDinoController {
Callers
4
invoke
Method · 0.65
dino.container.two.spec.ts
File · 0.65
route.notfound.middleware.spec.ts
File · 0.65
router.table.spec.ts
File · 0.65
Implementers
1
RouteTable
src/modules/router/route.table.ts
Calls
no outgoing calls
Tested by
no test coverage detected