Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/
Class
packages/auth-server/src/server/cookies.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
export
class
CookieStore {
11
store: Record<string, Cookie>;
12
constructor(cookies?: Record<string, string>) {
13
this.store =
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected