MCPcopy Create free account
hub / github.com/porsager/postgres / unnamed

Function unnamed

cf/src/connection.js:218–224  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

216 }
217
218 function unnamed(q) {
219 return Buffer.concat([
220 Parse(q.statement.string, q.parameters, q.statement.types),
221 DescribeUnnamed,
222 prepared(q)
223 ])
224 }
225
226 function build(q) {
227 const parameters = []

Callers 1

toBufferFunction · 0.70

Calls 2

ParseFunction · 0.70
preparedFunction · 0.70

Tested by

no test coverage detected