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

Method bufferMessage

src/emulator/types.ts:348–350  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

346 }
347
348 private bufferMessage(msg: string): void {
349 EmulatorLog.LOG_BUFFER.push(msg);
350 }
351
352 private flush(): void {
353 const nextMsg = EmulatorLog.LOG_BUFFER.shift();

Callers 1

logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected