MCPcopy Index your code
hub / github.com/coder/code-server / getCookieSessionName

Function getCookieSessionName

src/common/http.ts:27–29  ·  view source on GitHub ↗
(suffix?: string)

Source from the content-addressed store, hash-verified

25}
26
27export function getCookieSessionName(suffix?: string): string {
28 return suffix ? `code-server-session-${suffix.replace(/[^a-zA-Z0-9-]/g, "-")}` : "code-server-session"
29}

Callers 2

proxy.tsFile · 0.90
registerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected