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

Method renderConnectSpeed

src/profileReport.ts:500–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

498 }
499
500 renderConnectSpeed() {
501 return this.renderUnpathedOperationSpeed(this.state.connectSpeed, false);
502 }
503
504 renderDisconnectSpeed() {
505 return this.renderUnpathedOperationSpeed(this.state.disconnectSpeed, false);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

Tested by

no test coverage detected