| 155 | } |
| 156 | |
| 157 | export class WlClient { |
| 158 | readonly #config: WlClientConfig; |
| 159 | readonly #upstream: { owner: string; db: string }; |
| 160 | readonly #fork: { forkOwner: string; forkDb: string }; |
nothing calls this directly
no outgoing calls
no test coverage detected