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

Method getdata

jd_superMarket.js:2241–2253  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

2239 }
2240
2241 getdata(t) {
2242 let e = this.getval(t);
2243 if (/^@/.test(t)) {
2244 const [, s, i] = /^@(.*?)\.(.*?)$/.exec(t), r = s ? this.getval(s) : "";
2245 if (r) try {
2246 const t = JSON.parse(r);
2247 e = t ? this.lodash_get(t, i, "") : e
2248 } catch (t) {
2249 e = ""
2250 }
2251 }
2252 return e
2253 }
2254
2255 setdata(t, e) {
2256 let s = !1;

Callers 9

showMsgFunction · 0.45
drawLotteryFunction · 0.45
businessCircleActivityFunction · 0.45
upgradeFunction · 0.45
requireConfigFunction · 0.45
TotalBeanFunction · 0.45
taskUrlFunction · 0.45
getjsonMethod · 0.45
runScriptMethod · 0.45

Calls 2

getvalMethod · 0.45
lodash_getMethod · 0.45

Tested by

no test coverage detected