Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
close
Method · 0.95
cleanup
Method · 0.95
Calls
1
resolve
Method · 0.65
Tested by
no test coverage detected