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

Method renderReadSpeed

src/profileReport.ts:488–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486 }
487
488 renderReadSpeed() {
489 return this.renderOperationSpeed(this.state.readSpeed, true);
490 }
491
492 renderWriteSpeed() {
493 return this.renderOperationSpeed(this.state.writeSpeed, true);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

renderOperationSpeedMethod · 0.95

Tested by

no test coverage detected