Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/firebase/firebase-tools
/ generateText
Method
generateText
src/profileReport.ts:585–587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
}
584
585
generateText() {
586
return
this.parse(this.processOperation.bind(this), this.outputText.bind(this));
587
}
588
589
outputText() {
590
const
totalTime = this.state.endTime - this.state.startTime;
Callers
1
generate
Method · 0.95
Calls
1
parse
Method · 0.95
Tested by
no test coverage detected