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

Method use

packages/core/nest-application.ts:265–268  ·  view source on GitHub ↗
(...args: [any, any?])

Source from the content-addressed store, hash-verified

263 }
264
265 public use(...args: [any, any?]): this {
266 this.httpAdapter.use(...args);
267 return this;
268 }
269
270 public useBodyParser(...args: [any, any?]): this {
271 if (!('useBodyParser' in this.httpAdapter)) {

Callers

nothing calls this directly

Calls 1

useMethod · 0.65

Tested by

no test coverage detected