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