()
| 228 | } |
| 229 | |
| 230 | async getCoordinatorVersion(): Promise<zh.CoordinatorVersion> { |
| 231 | return await this.#herdsman.getCoordinatorVersion(); |
| 232 | } |
| 233 | |
| 234 | isStopping(): boolean { |
| 235 | return this.#herdsman.isStopping(); |
no outgoing calls
no test coverage detected