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

Function NoData

cjs/src/connection.js:756–761  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected