(url)
| 1540 | } |
| 1541 | |
| 1542 | function getStk(url) { |
| 1543 | let arr = url.split('&').map(x => x.replace(/.*\?/, "").replace(/=.*/, "")) |
| 1544 | return encodeURIComponent(arr.filter(x => x).sort().join(',')) |
| 1545 | } |
| 1546 | |
| 1547 | function randomString(e) { |
| 1548 | e = e || 32; |
no outgoing calls
no test coverage detected