(x)
| 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() { |
nothing calls this directly
no test coverage detected