MCPcopy
hub / github.com/nestjs/nest / attachBuffer

Method attachBuffer

packages/common/services/logger.service.ts:296–298  ·  view source on GitHub ↗

* Attach buffer. * Turns on initialization logs buffering.

()

Source from the content-addressed store, hash-verified

294 * Turns on initialization logs buffering.
295 */
296 static attachBuffer() {
297 this.isBufferAttached = true;
298 }
299
300 /**
301 * Detach buffer.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected