()
| 1189 | } |
| 1190 | |
| 1191 | function doneQuery() { |
| 1192 | $.json = $.toStr($.json) |
| 1193 | const headers = getJsonDoneHeaders() |
| 1194 | if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.json }) |
| 1195 | else $.done({ response: { status: 200, headers, body: $.json } }) |
| 1196 | } |
| 1197 | |
| 1198 | function doneApi() { |
| 1199 | $.json = $.toStr($.json) |
no test coverage detected
searching dependent graphs…