* http://boxjs.com/ => `http://boxjs.com` * http://boxjs.com/app/jd => `http://boxjs.com`
(url)
| 117 | * http://boxjs.com/app/jd => `http://boxjs.com` |
| 118 | */ |
| 119 | function getHost(url) { |
| 120 | return url.slice(0, url.indexOf('/', 8)) |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * http://boxjs.com/ => `` |
no outgoing calls
no test coverage detected
searching dependent graphs…