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

Function NoData

cf/src/connection.js:758–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756 }
757
758 function NoData() {
759 result.statement = query.statement
760 result.statement.columns = []
761 if (query.onlyDescribe)
762 return (query.resolve(query.statement), write(Sync))
763 }
764
765 function BackendKeyData(x) {
766 backend.pid = x.readUInt32BE(5)

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected