(data: any, path: string, bytes: number)
| 225 | } |
| 226 | |
| 227 | collectWrite(data: any, path: string, bytes: number) { |
| 228 | this.collectSpeed(data, path, this.state.writeSpeed); |
| 229 | this.collectBandwidth(bytes, path, this.state.inband); |
| 230 | } |
| 231 | |
| 232 | processOperation(data: any) { |
| 233 | if (!this.state.startTime) { |
no test coverage detected