MCPcopy Index your code
hub / github.com/ParallelTask/dinoloop / next

Function next

tests/unit/modules/core/dino.controller.spec.ts:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 let req = {} as any;
82 let res = { locals: { dino: { id: 111 } } } as any;
83 let next = x => {
84 if (x instanceof Error) {
85 throwInvokedNext = true;
86 } else {
87 proceedInvokedNext = true;
88 }
89 };
90
91 ctrl.patch(req, res, next);
92 let dino = obj.dino as IDinoProperties;

Callers 15

invokeMethod · 0.70
invokeMethod · 0.70
invokeMethod · 0.70
invokeMethod · 0.70
requestEndMiddlewareMethod · 0.50
invokeMethod · 0.50
invokeMethod · 0.50
invokeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected