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

Method collectRead

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

Source from the content-addressed store, hash-verified

203 }
204
205 collectRead(data: any, path: string, bytes: number) {
206 this.collectSpeed(data, path, this.state.readSpeed);
207 this.collectBandwidth(bytes, path, this.state.outband);
208 }
209
210 collectBroadcast(data: any, path: string, bytes: number) {
211 this.collectSpeed(data, path, this.state.broadcastSpeed);

Callers 1

processOperationMethod · 0.95

Calls 2

collectSpeedMethod · 0.95
collectBandwidthMethod · 0.95

Tested by

no test coverage detected