Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParallelTask/dinoloop
/ add
Method
add
src/modules/interfaces/idino.ts:60–60 ·
view source on GitHub ↗
(route: string, httpVerb: string)
Source
from the content-addressed store, hash-verified
58
59
export
interface
IRouteTable {
60
add(route: string, httpVerb: string): void;
61
getRoutes(): string[];
62
}
63
Callers
2
registerController
Method · 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