Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ end
Function
end
cf/src/bytes.js:55–61 ·
view source on GitHub ↗
(at = 1)
Source
from the content-addressed store, hash-verified
53
return
b
54
},
55
end(at = 1) {
56
buffer.writeUInt32BE(b.i - at, at)
57
const
out = buffer.subarray(0, b.i)
58
b.i = 0
59
buffer = Buffer.allocUnsafe(size)
60
return
out
61
}
62
})
63
64
export
default b
Callers
1
Subscribe
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected