MCPcopy
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

2import { gzip } from 'pako';
3
4interface CookieData {
5 [domain: string]: any[];
6}
7
8interface LocalStorageData {
9 [key: string]: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected