MCPcopy Index your code
hub / github.com/feross/buffer / genBuffer

Function genBuffer

test/node/test-buffer-fill.js:212–215  ·  view source on GitHub ↗
(size, args)

Source from the content-addressed store, hash-verified

210
211
212function genBuffer(size, args) {
213 var b = Buffer.allocUnsafe(size);
214 return b.fill(0).fill.apply(b, args);
215}
216
217
218function bufReset() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…