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

Method getdata

jd_pk.js:897–909  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

895 }
896
897 getdata(t) {
898 let e = this.getval(t);
899 if (/^@/.test(t)) {
900 const [, s, i] = /^@(.*?)\.(.*?)$/.exec(t), r = s ? this.getval(s) : "";
901 if (r) try {
902 const t = JSON.parse(r);
903 e = t ? this.lodash_get(t, i, "") : e
904 } catch (t) {
905 e = ""
906 }
907 }
908 return e
909 }
910
911 setdata(t, e) {
912 let s = !1;

Callers 15

jd_pk.jsFile · 0.45
sendpkFunction · 0.45
recvpkFunction · 0.45
checkRiskFunction · 0.45
getUserFriendsPageFunction · 0.45
launchBattleNewFunction · 0.45
getScoreFunction · 0.45
randomStrFunction · 0.45
getBoxRewardInfoFunction · 0.45
sendBoxRewardFunction · 0.45
getPinFunction · 0.45
jdShareBattleLaunchFunction · 0.45

Calls 2

getvalMethod · 0.45
lodash_getMethod · 0.45

Tested by

no test coverage detected