MCPcopy 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
59export interface IRouteTable {
60 add(route: string, httpVerb: string): void;
61 getRoutes(): string[];
62}
63

Callers 2

registerControllerMethod · 0.65

Implementers 1

RouteTablesrc/modules/router/route.table.ts

Calls

no outgoing calls

Tested by

no test coverage detected