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

Method renderDisconnectSpeed

src/profileReport.ts:504–506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 }
503
504 renderDisconnectSpeed() {
505 return this.renderUnpathedOperationSpeed(this.state.disconnectSpeed, false);
506 }
507
508 renderUnlistenSpeed() {
509 return this.renderOperationSpeed(this.state.unlistenSpeed, false);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

Tested by

no test coverage detected