(payloads: PayloadsType)
| 8 | |
| 9 | class ClientFetcher extends FetcherBase { |
| 10 | constructor(payloads: PayloadsType) { |
| 11 | super() |
| 12 | this.payloads = payloads |
| 13 | } |
| 14 | |
| 15 | payloads: PayloadsType |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected