Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/firebase/firebase-tools
/ renderWriteSpeed
Method
renderWriteSpeed
src/profileReport.ts:492–494 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
490
}
491
492
renderWriteSpeed() {
493
return
this.renderOperationSpeed(this.state.writeSpeed, true);
494
}
495
496
renderBroadcastSpeed() {
497
return
this.renderOperationSpeed(this.state.broadcastSpeed, false);
Callers
2
outputText
Method · 0.95
outputJson
Method · 0.95
Calls
1
renderOperationSpeed
Method · 0.95
Tested by
no test coverage detected