MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / invoke

Method invoke

src/modules/interfaces/idino.ts:66–66  ·  view source on GitHub ↗
(actionName: string, httpVerb: string, requestUrl: string)

Source from the content-addressed store, hash-verified

64export interface IDinoController {
65 patch(req: Request, res: Response, next: NextFunction): void;
66 invoke(actionName: string, httpVerb: string, requestUrl: string): void;
67 invokeAsync(actionName: string, httpVerb: string, requestUrl: string): Promise<void>;
68}
69

Callers 15

appStartMiddlewareMethod · 0.65
requestEndMiddlewareMethod · 0.65
registerControllerMethod · 0.65
registerMiddlewareMethod · 0.65
registerResultFilterMethod · 0.65

Implementers 1

DinoControllersrc/modules/core/dino.controller.ts

Calls

no outgoing calls

Tested by

no test coverage detected