MCPcopy
hub / github.com/djyde/cusdis / getSession

Function getSession

utils.server.ts:117–119  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

115}
116
117export const getSession = async (req) => {
118 return (await nextAuthGetSession({ req })) as UserSession
119}

Callers 5

getServerSidePropsFunction · 0.90
getServerSidePropsFunction · 0.90
getServerSidePropsFunction · 0.90
getServerSidePropsFunction · 0.90
getSessionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected