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

Method getval

iOS_Cookie.js:193–195  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

191 }
192
193 getval(t) {
194 return this.isSurge() || this.isLoon() ? $persistentStore.read(t) : this.isQuanX() ? $prefs.valueForKey(t) : this.isNode() ? (this.data = this.loaddata(), this.data[t]) : this.data && this.data[t] || null
195 }
196
197 setval(t, e) {
198 return this.isSurge() || this.isLoon() ? $persistentStore.write(t, e) : this.isQuanX() ? $prefs.setValueForKey(t, e) : this.isNode() ? (this.data = this.loaddata(), this.data[e] = t, this.writedata(), !0) : this.data && this.data[e] || null

Callers 2

getdataMethod · 0.45
setdataMethod · 0.45

Calls 5

isSurgeMethod · 0.45
isLoonMethod · 0.45
isQuanXMethod · 0.45
isNodeMethod · 0.45
loaddataMethod · 0.45

Tested by

no test coverage detected