MCPcopy 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

59export interface IRouteTable {
60 add(route: string, httpVerb: string): void;
61 getRoutes(): string[];
62}
63
64export interface IDinoController {

Callers 4

invokeMethod · 0.65

Implementers 1

RouteTablesrc/modules/router/route.table.ts

Calls

no outgoing calls

Tested by

no test coverage detected