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

Method write

src/profileReport.ts:555–561  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

553 }
554
555 write(data: any) {
556 if (this.options.isFile) {
557 this.output.write(data);
558 } else {
559 logger.info(data);
560 }
561 }
562
563 generate() {
564 if (this.options.format === "TXT") {

Callers 15

writeRawMethod · 0.95
outputJsonMethod · 0.95
CheckFirebaseToolsFunction · 0.80
SimpleSpinnerFunction · 0.80
logWarningToStderrFunction · 0.80
createWriteUsersToFileFunction · 0.80
registerMethod · 0.80
auth-export.tsFile · 0.80
readQueryFromDirFunction · 0.80
database-get.tsFile · 0.80
getDevModeHandleFunction · 0.80

Calls

no outgoing calls

Tested by 1

sendReqFunction · 0.64