MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / h

Function h

daily/ydyp.js:1087–1090  ·  view source on GitHub ↗
(e, t, r, o, n, i, s)

Source from the content-addressed store, hash-verified

1085 }
1086
1087 function h(e, t, r, o, n, i, s) {
1088 var a = e + (t ^ r ^ o) + n + s;
1089 return (a << i | a >>> 32 - i) + t
1090 }
1091
1092 function d(e, t, r, o, n, i, s) {
1093 var a = e + (r ^ (t | ~o)) + n + s;

Callers 3

jFunction · 0.70
QeFunction · 0.70
dispatchRequestMethod · 0.70

Calls 1

uFunction · 0.85

Tested by

no test coverage detected