MCPcopy Create free account
hub / github.com/Semporia/Scripts / getStk

Function getStk

jd_cfd.js:1542–1545  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

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

Callers 2

taskUrlFunction · 0.85
taskListUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected