()
| 222 | const shardLockInterval = effectiveInterval(config) |
| 223 | const shardGroups = shardGroupConfig(config) |
| 224 | const getRunnerAddress = () => Option.getOrUndefined(config.runnerAddress) |
| 225 | const clock = yield* Clock |
| 226 | |
| 227 | const runnersService = yield* Runners |
no outgoing calls
no test coverage detected