MCPcopy Create free account
hub / github.com/firebase/firebase-tools / collectWrite

Method collectWrite

src/profileReport.ts:227–230  ·  view source on GitHub ↗
(data: any, path: string, bytes: number)

Source from the content-addressed store, hash-verified

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) {

Callers 1

processOperationMethod · 0.95

Calls 2

collectSpeedMethod · 0.95
collectBandwidthMethod · 0.95

Tested by

no test coverage detected