Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
212
function
genBuffer(size, args) {
213
var
b = Buffer.allocUnsafe(size);
214
return
b.fill(0).fill.apply(b, args);
215
}
216
217
218
function
bufReset() {
Callers
1
test-buffer-fill.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…