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

Function unnamed

cjs/src/connection.js:216–222  ·  view source on GitHub ↗
(q)

Source from the content-addressed store, hash-verified

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

Callers 1

toBufferFunction · 0.70

Calls 2

ParseFunction · 0.70
preparedFunction · 0.70

Tested by

no test coverage detected