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

Method getjson

iOS_Cookie.js:93–101  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

91 }
92
93 getjson(t, e) {
94 let s = e;
95 const i = this.getdata(t);
96 if (i) try {
97 s = JSON.parse(this.getdata(t))
98 } catch {
99 }
100 return s
101 }
102
103 setjson(t, e) {
104 try {

Callers

nothing calls this directly

Calls 1

getdataMethod · 0.45

Tested by

no test coverage detected