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

Function NoticeResponse

cjs/src/connection.js:915–920  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseErrorFunction · 0.70

Tested by

no test coverage detected