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