()
| 1183 | } |
| 1184 | |
| 1185 | function donePage() { |
| 1186 | const headers = getHtmlDoneHeaders() |
| 1187 | if ($.isQuanX()) $.done({ status: 'HTTP/1.1 200', headers, body: $.html }) |
| 1188 | else $.done({ response: { status: 200, headers, body: $.html } }) |
| 1189 | } |
| 1190 | |
| 1191 | function doneQuery() { |
| 1192 | $.json = $.toStr($.json) |
no test coverage detected
searching dependent graphs…