MCPcopy Create free account
hub / github.com/alanagoyal/docbase / get

Function get

utils/supabase/server.ts:10–12  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

8 {
9 cookies: {
10 get(name: string) {
11 return cookieStore.get(name)?.value
12 },
13 set(name: string, value: string, options: CookieOptions) {
14 try {
15 cookieStore.set({ name, value, ...options })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected