Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
if
($request) GetCookie();
42
43
function
getCache() {
44
var
cache = $.read(CacheKey) ||
"[]"
;
45
$.log(cache);
46
return
JSON.parse(cache);
47
}
48
49
function
GetCookie() {
50
try {
Callers
1
GetCookie
Function · 0.85
Calls
2
read
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected