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

Function NoData

deno/src/connection.js:759–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected