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

Method invoke

tests/unit/modules/core/dino.container.spec.ts:336–341  ·  view source on GitHub ↗
(err, req, res, next)

Source from the content-addressed store, hash-verified

334
335 class ErrorFake extends ErrorMiddleware {
336 invoke(err, req, res, next): void {
337 expect(err).toBe(_err);
338 expect(req).toBe(_req);
339 expect(res).toBe(_res);
340 expect(next()).toBeNull();
341 }
342 }
343
344 let callback;

Callers

nothing calls this directly

Calls 1

nextFunction · 0.70

Tested by

no test coverage detected