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

Function fragment

cjs/src/types.js:117–120  ·  view source on GitHub ↗
(q, parameters, types, options)

Source from the content-addressed store, hash-verified

115}
116
117function fragment(q, parameters, types, options) {
118 q.fragment = true
119 return stringify(q, q.strings[0], q.args[0], parameters, types, options)
120}
121
122function valuesBuilder(first, parameters, types, columns, options) {
123 return first.map(row =>

Callers 2

stringifyValueFunction · 0.70
selectFunction · 0.70

Calls 1

stringifyFunction · 0.70

Tested by

no test coverage detected