MCPcopy Create free account
hub / github.com/porsager/postgres / z

Function z

cf/src/bytes.js:44–49  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

42 return b
43 },
44 z(x) {
45 fit(x)
46 buffer.fill(0, b.i, b.i + x)
47 b.i += x
48 return b
49 },
50 raw(x) {
51 buffer = Buffer.concat([buffer.subarray(0, b.i), x])
52 b.i = buffer.length

Callers

nothing calls this directly

Calls 1

fitFunction · 0.70

Tested by

no test coverage detected