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

Class BaseExController

tests/integration/controller.inheritance.spec.ts:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167@Controller('', {
168 use: [(req, res, next) => {
169 res.locals.data = [];
170 next();
171 }],
172 exceptions: [ExceptionOneBase]
173})
174class BaseExController extends ApiController { }
175
176@Controller('/child', {
177 exceptions: [ExceptionOne]

Callers

nothing calls this directly

Calls 2

ControllerFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected