MCPcopy
hub / github.com/prisma/prisma / bufReset

Function bufReset

packages/client/src/__tests__/buffer-small.test.ts:2426–2429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2424 }
2425
2426 function bufReset() {
2427 buf1.fill(0)
2428 buf2.fill(0)
2429 }
2430
2431 // This is mostly accurate. Except write() won't write partial bytes to the
2432 // string while fill() blindly copies bytes into memory. To account for that an

Callers 1

testBufsFunction · 0.85

Calls 1

fillMethod · 0.80

Tested by

no test coverage detected