Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/electric-sql/pglite
/ query
Function
query
packages/pg-protocol/src/serializer.ts:69–71 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
67
}
68
69
const
query = (text: string): Uint8Array => {
70
return
writer.addCString(text).flush(code.query)
71
}
72
73
type
ParseOpts = {
74
name?: string
Callers
nothing calls this directly
Calls
2
flush
Method · 0.65
addCString
Method · 0.45
Tested by
no test coverage detected