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

Method renderBroadcastSpeed

src/profileReport.ts:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 }
495
496 renderBroadcastSpeed() {
497 return this.renderOperationSpeed(this.state.broadcastSpeed, false);
498 }
499
500 renderConnectSpeed() {
501 return this.renderUnpathedOperationSpeed(this.state.connectSpeed, false);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

renderOperationSpeedMethod · 0.95

Tested by

no test coverage detected