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

Function end

cjs/src/bytes.js:54–60  ·  view source on GitHub ↗
(at = 1)

Source from the content-addressed store, hash-verified

52 return b
53 },
54 end(at = 1) {
55 buffer.writeUInt32BE(b.i - at, at)
56 const out = buffer.subarray(0, b.i)
57 b.i = 0
58 buffer = Buffer.allocUnsafe(size)
59 return out
60 }
61})
62
63module.exports = b

Callers 1

SubscribeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected