Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/community-plugins
/ getAll
Function
getAll
apps/cursor/src/utils/supabase/server.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
{
19
cookies: {
20
getAll() {
21
return
cookieStore.getAll();
22
},
23
setAll(cookiesToSet) {
24
try {
25
for
(
const
{ name, value, options } of cookiesToSet) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected