Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/easychen/CookieCloud
/ RequestBody
Interface
RequestBody
ext/utils/messaging.ts:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ upload_cookie, download_cookie } from
'./functions'
;
2
3
export
interface
RequestBody {
4
payload: any;
5
}
6
7
export
interface
ResponseBody {
8
message: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected