Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/brianc/node-postgres
/ query
Function
query
packages/pg-protocol/src/serializer.ts:60–62 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
58
}
59
60
const
query = (text: string): Buffer => {
61
return
writer.addCString(text).flush(code.query)
62
}
63
64
type
ParseOpts = {
65
name?: string
Callers
nothing calls this directly
Calls
2
flush
Method · 0.45
addCString
Method · 0.45
Tested by
no test coverage detected