MCPcopy Create free account
hub / github.com/Toulu-debug/enen / getdata

Method getdata

iOS_Cookie.js:164–176  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

162 }
163
164 getdata(t) {
165 let e = this.getval(t);
166 if (/^@/.test(t)) {
167 const [, s, i] = /^@(.*?)\.(.*?)$/.exec(t), r = s ? this.getval(s) : "";
168 if (r) try {
169 const t = JSON.parse(r);
170 e = t ? this.lodash_get(t, i, "") : e
171 } catch (t) {
172 e = ""
173 }
174 }
175 return e
176 }
177
178 setdata(t, e) {
179 let s = !1;

Callers 2

getjsonMethod · 0.45
runScriptMethod · 0.45

Calls 2

getvalMethod · 0.45
lodash_getMethod · 0.45

Tested by

no test coverage detected