Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
outputText
Method · 0.95
outputJson
Method · 0.95
Calls
1
renderBandwidth
Method · 0.95
Tested by
no test coverage detected