MCPcopy Index your code
hub / github.com/nodejs/node / lazyBuffer

Function lazyBuffer

lib/internal/errors.js:241–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239
240let buffer;
241function lazyBuffer() {
242 buffer ??= require('buffer').Buffer;
243 return buffer;
244}
245
246function isErrorStackTraceLimitWritable() {
247 // Do no touch Error.stackTraceLimit as V8 would attempt to install

Callers 1

constructorMethod · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…