MCPcopy Index your code
hub / github.com/coder/mux / getServerSessionCookiePath

Function getServerSessionCookiePath

src/node/orpc/server.ts:911–913  ·  view source on GitHub ↗
(req: express.Request)

Source from the content-addressed store, hash-verified

909 }
910
911 function getServerSessionCookiePath(req: express.Request): string {
912 return getRequestPublicBasePath(req, { allowReferer: true });
913 }
914
915 function buildServerSessionCookie(
916 sessionToken: string,

Callers 1

createOrpcServerFunction · 0.85

Calls 1

getRequestPublicBasePathFunction · 0.85

Tested by

no test coverage detected