MCPcopy Create free account
hub / github.com/Semporia/Scripts / getCache

Function getCache

JD_extra_cookie.js:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41if ($request) GetCookie();
42
43function getCache() {
44 var cache = $.read(CacheKey) || "[]";
45 $.log(cache);
46 return JSON.parse(cache);
47}
48
49function GetCookie() {
50 try {

Callers 1

GetCookieFunction · 0.85

Calls 2

readMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected