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

Method getdata

jd_joy_new.js:1108–1120  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

1106 }
1107
1108 getdata(t) {
1109 let e = this.getval(t);
1110 if (/^@/.test(t)) {
1111 const [, s, i] = /^@(.*?)\.(.*?)$/.exec(t), r = s ? this.getval(s) : "";
1112 if (r) try {
1113 const t = JSON.parse(r);
1114 e = t ? this.lodash_get(t, i, "") : e
1115 } catch (t) {
1116 e = ""
1117 }
1118 }
1119 return e
1120 }
1121
1122 setdata(t, e) {
1123 let s = !1;

Callers 11

getFollowChannelsFunction · 0.45
taskListFunction · 0.45
doTaskFunction · 0.45
feedFunction · 0.45
awardFunction · 0.45
runFunction · 0.45
getFriendsFunction · 0.45
requireConfigFunction · 0.45
TotalBeanFunction · 0.45
getjsonMethod · 0.45
runScriptMethod · 0.45

Calls 2

getvalMethod · 0.45
lodash_getMethod · 0.45

Tested by

no test coverage detected