MCPcopy
hub / github.com/Linen-dev/linen.dev / find

Method find

apps/web/services/session/index.ts:17–22  ·  view source on GitHub ↗
(
    request: GetServerSidePropsContext['req'] | NextApiRequest,
    _?: any
  )

Source from the content-addressed store, hash-verified

15
16export default class Session {
17 static async find(
18 request: GetServerSidePropsContext['req'] | NextApiRequest,
19 _?: any
20 ): Promise<SessionType | null> {
21 return getServerSession(request);
22 }
23
24 static async user(
25 request: GetServerSidePropsContext['req'] | NextApiRequest,

Callers 15

runFunction · 0.45
discord-sync.tsFile · 0.45
serializeDmFunction · 0.45
handleInboundFunction · 0.45
processNewMessageFunction · 0.45
discord-bot.tsFile · 0.45
processMentionsFunction · 0.45
isLinenDomainFunction · 0.45
addReactionToThreadFunction · 0.45
getDisplayNameFunction · 0.45
postprocessFunction · 0.45

Calls 1

getServerSessionFunction · 0.90

Tested by 1

step3_signInFunction · 0.36