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

Method renderOutgoingBandwidth

src/profileReport.ts:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 renderOutgoingBandwidth() {
399 return this.renderBandwidth(this.state.outband);
400 }
401
402 renderIncomingBandwidth() {
403 return this.renderBandwidth(this.state.inband);

Callers 2

outputTextMethod · 0.95
outputJsonMethod · 0.95

Calls 1

renderBandwidthMethod · 0.95

Tested by

no test coverage detected