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

Method dispose

packages/core/nest-application-context.ts:348–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 }
347
348 protected async dispose(): Promise<void> {
349 // Nest application context has no server
350 // to dispose, therefore just call a noop
351 return Promise.resolve();
352 }
353
354 /**
355 * Listens to shutdown signals by listening to

Callers 2

closeMethod · 0.95
cleanupMethod · 0.95

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected