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

Method renderWriteSpeed

src/profileReport.ts:492–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 renderWriteSpeed() {
493 return this.renderOperationSpeed(this.state.writeSpeed, true);
494 }
495
496 renderBroadcastSpeed() {
497 return this.renderOperationSpeed(this.state.broadcastSpeed, false);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

renderOperationSpeedMethod · 0.95

Tested by

no test coverage detected