Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/easychen/CookieCloud
/ CookieData
Interface
CookieData
ext/utils/functions.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{ gzip } from
'pako'
;
3
4
interface
CookieData {
5
[domain: string]: any[];
6
}
7
8
interface
LocalStorageData {
9
[key: string]: any;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected