(dataSources: DS[])
| 58 | } |
| 59 | |
| 60 | protected getModulos(dataSources: DS[]): number[] { |
| 61 | return getModulos(dataSources, this.blockchainSevice.isCustomDs, this.blockchainSevice.blockHandlerKind); |
| 62 | } |
| 63 | |
| 64 | onApplicationShutdown(): void { |
| 65 | try { |
no test coverage detected