(status, headers)
| 167 | pathname; |
| 168 | |
| 169 | var finish = function (status, headers) { |
| 170 | that.finish(status, headers, req, res, promise, callback); |
| 171 | }; |
| 172 | |
| 173 | try { |
| 174 | pathname = decodeURI(url.parse(req.url).pathname); |
no outgoing calls
no test coverage detected
searching dependent graphs…