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

Function Describe

cf/src/connection.js:980–982  ·  view source on GitHub ↗
(x, name = '')

Source from the content-addressed store, hash-verified

978 }
979
980 function Describe(x, name = '') {
981 return b().D().str(x).str(name + b.N).end()
982 }
983
984 function Execute(portal = '', rows = 0) {
985 return Buffer.concat([

Callers 1

describeFunction · 0.70

Calls 1

endMethod · 0.65

Tested by 1

describeFunction · 0.56