MCPcopy
hub / github.com/nestjs/nest / use

Method use

integration/hello-world/e2e/middleware-class.spec.ts:21–23  ·  view source on GitHub ↗
(req, res, next)

Source from the content-addressed store, hash-verified

19@Injectable()
20class Middleware {
21 use(req, res, next) {
22 res.send(WILDCARD_VALUE);
23 }
24}
25
26@Controller()

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected