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

Function fragment

cf/src/types.js:118–121  ·  view source on GitHub ↗
(q, parameters, types, options)

Source from the content-addressed store, hash-verified

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

Callers 2

stringifyValueFunction · 0.70
selectFunction · 0.70

Calls 1

stringifyFunction · 0.70

Tested by

no test coverage detected