MCPcopy 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
60const query = (text: string): Buffer => {
61 return writer.addCString(text).flush(code.query)
62}
63
64type ParseOpts = {
65 name?: string

Callers

nothing calls this directly

Calls 2

flushMethod · 0.45
addCStringMethod · 0.45

Tested by

no test coverage detected