MCPcopy Create free account
hub / github.com/BroccoliYn618/QuantumultX-Script / getCache

Function getCache

Script/Backup/JD_extra_cookie.js:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15if ($request) GetCookie();
16
17function getCache() {
18 var cache = $.read(CacheKey) || "[]";
19 $.log(cache);
20 return JSON.parse(cache);
21}
22
23function GetCookie() {
24 try {

Callers 1

GetCookieFunction · 0.85

Calls 2

readMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected