(
private readonly cfg: ClientConfig,
private readonly binPath: string,
)
| 112 | if (this.#starting) return this.#starting; |
| 113 | this.#starting = this.#spawn(); |
| 114 | try { |
| 115 | await this.#starting; |
| 116 | } finally { |
| 117 | this.#starting = undefined; |
| 118 | } |
| 119 | } |
| 120 |
nothing calls this directly
no outgoing calls
no test coverage detected