Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ codeOnlyBuffer
Function
codeOnlyBuffer
packages/pg-protocol/src/serializer.ts:252–252 ·
view source on GitHub ↗
(code: code)
Source
from the content-addressed store, hash-verified
250
}
251
252
const
codeOnlyBuffer = (code: code): Buffer => Buffer.from([code, 0x00, 0x00, 0x00, 0x04])
253
254
const
flushBuffer = codeOnlyBuffer(code.flush)
255
const
syncBuffer = codeOnlyBuffer(code.sync)
Callers
1
serializer.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected