()
| 16 | private startedExports: Record<string, any>; |
| 17 | |
| 18 | public getApplicationContext() { |
| 19 | return this.applicationContext; |
| 20 | } |
| 21 | |
| 22 | public async close() { |
| 23 | await this.onClose(); |
nothing calls this directly
no outgoing calls
no test coverage detected