MCPcopy Index your code
hub / github.com/anomalyco/opencode / cookie

Function cookie

packages/app/src/context/language.tsx:33–35  ·  view source on GitHub ↗
(locale: Locale)

Source from the content-addressed store, hash-verified

31type Source = { dict: Record<string, string> }
32
33function cookie(locale: Locale) {
34 return `oc_locale=${encodeURIComponent(locale)}; Path=/; Max-Age=31536000; SameSite=Lax`
35}
36
37const LOCALES: readonly Locale[] = [
38 "en",

Callers 1

language.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected