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

Method patch

src/modules/interfaces/idino.ts:65–65  ·  view source on GitHub ↗
(req: Request, res: Response, next: NextFunction)

Source from the content-addressed store, hash-verified

63
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}

Implementers 1

DinoControllersrc/modules/core/dino.controller.ts

Calls

no outgoing calls

Tested by

no test coverage detected