MCPcopy Create free account
hub / github.com/NobyDa/Script / read

Function read

iQIYI-DailyBonus/iQIYI.js:420–423  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

418 if (isSurge) return $persistentStore.write(value, key)
419 }
420 const read = (key) => {
421 if (isQuanX) return $prefs.valueForKey(key)
422 if (isSurge) return $persistentStore.read(key)
423 }
424 const adapterStatus = (response) => {
425 if (response) {
426 if (response.status) {

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected