MCPcopy
hub / github.com/subquery/subql / onApplicationShutdown

Method onApplicationShutdown

packages/node/src/indexer/api.service.ts:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 }
162
163 async onApplicationShutdown(): Promise<void> {
164 await this.connectionPoolService.onApplicationShutdown();
165 }
166
167 static async init(
168 project: SubqueryProject,

Calls

no outgoing calls

Tested by

no test coverage detected