MCPcopy 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
69const query = (text: string): Uint8Array => {
70 return writer.addCString(text).flush(code.query)
71}
72
73type ParseOpts = {
74 name?: string

Callers

nothing calls this directly

Calls 2

flushMethod · 0.65
addCStringMethod · 0.45

Tested by

no test coverage detected