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

Function NoticeResponse

cf/src/connection.js:917–922  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

915 }
916
917 function NoticeResponse(x) {
918 onnotice
919 ? onnotice(parseError(x))
920 : console.log(parseError(x)) // eslint-disable-line
921
922 }
923
924 /* c8 ignore next 3 */
925 function EmptyQueryResponse() {

Callers

nothing calls this directly

Calls 1

parseErrorFunction · 0.70

Tested by

no test coverage detected