MCPcopy Create free account

hub / github.com/Linen-dev/linen.dev / functions

Functions2,204 in github.com/Linen-dev/linen.dev

FunctionfetchMessage
( channel: string, token: string, messageTs: string )
apps/web/services/slack/api/fetch_all_conversations.ts:94
FunctionfetchRepliesTyped
( threadTs: string, channel: string, token: string )
apps/web/services/slack/api/fetch_all_conversations.ts:141
FunctionfetchResults
({ query, offset, limit, }: { query: string; offset: number; limit: number; })
apps/web/ui/SearchBar/index.tsx:59
FunctionfilterAccounts
(e: any)
apps/web/pages/getting-started/index.tsx:45
FunctionfilterByEmail
(e: any)
apps/web/ui/MembersView/index.tsx:97
FunctionfilterTypingUsers
(state: StateType)
apps/web/hooks/utils/filterTypingUsers.tsx:3
Methodfind
({ channelId, cursor, accountId }: FindType)
apps/web/services/threads/index.ts:71
Methodfind
(params: any)
apps/web/services/community/index.tsx:5
Methodfind
( req: AuthedRequestWithBody<messageFindType>, res: Response, next: NextFunction )
apps/web/server/routers/integrations/messages/controller.ts:37
Methodfind
( req: AuthedRequestWithBody<threadFindType>, res: Response, next: NextFunction )
apps/web/server/routers/integrations/threads/controller.ts:14
MethodfindOrCreate
( req: AuthedRequestWithBody<channelFindOrCreateType>, res: Response, next: NextFunction )
apps/web/server/routers/integrations/channels/controller.ts:82
FunctionfindUrls
(tree)
packages/ast/find/index.js:31
FunctionfindUserIds
(tree)
packages/ast/find/index.js:22
Methodfooter
({ inView }: { inView: boolean })
apps/web/ui/GridRow/index.tsx:81
Functionformat
(number: number)
packages/utilities/src/number.ts:1
MethodgenerateEmbeddings
(input: string[])
packages/llm/src/langchain.ts:268
MethodgenerateQuestionAnswerSummary
(input: string[])
packages/llm/src/langchain.ts:228
Methodget
(key: string)
packages/utilities/src/storage.ts:44
Methodget
({ id, accountId }: { id: string; accountId: string })
apps/web/services/messages/index.ts:166
Methodget
({ id, accountId }: GetType)
apps/web/services/threads/index.ts:81
MethodgetAccessChannel
({ request, response, channelId, }: Omit<Props, 'params'> & { channelId: string })
apps/web/services/permissions/index.ts:179
MethodgetAccessThread
({ request, response, threadId, }: Omit<Props, 'params'> & { threadId: string })
apps/web/services/permissions/index.ts:201
FunctiongetDiscordAccessToken
(code: string)
apps/web/services/discord/getDiscordAccessToken.ts:4
FunctiongetHomeText
(url: string)
packages/utilities/src/home.ts:33
FunctiongetImageUrls
(message: SerializedMessage)
apps/web/ui/GridRow/utilities/message.ts:13
MethodgetIntegration
( req: AuthedRequestWithBody<channelGetIntegrationType>, res: Response, next: NextFunction )
apps/web/server/routers/integrations/channels/controller.ts:46
FunctiongetMetricsServerSideProps
( context: GetServerSidePropsContext, isSubDomainRouting: boolean )
apps/web/services/ssr/metrics.ts:5
FunctiongetNormalSize
({ width, height, orientation }: Metadata)
packages/maintenance/src/clean-up-broken-attachments.ts:252
FunctiongetOneInviteByUser
( email: string )
apps/web/services/invites.ts:133
MethodgetOrCreateAuthWithEmail
(email: string)
apps/web/services/users/users.ts:90
FunctiongetPushUrl
()
apps/web/hooks/utils/getPushUrl.ts:1
FunctiongetServerSideProps
(context)
apps/web/pages/reset-password/index.tsx:7
FunctiongetServerSideProps
(context)
apps/web/pages/communities/index.tsx:121
FunctiongetServerSideProps
(context)
apps/web/pages/onboarding/index.tsx:13
FunctiongetServerSideProps
({ res })
apps/web/pages/rss.xml/index.tsx:17
FunctiongetServerSideProps
(context)
apps/web/pages/forgot-password/index.tsx:7
FunctiongetServerSideProps
( context )
apps/web/pages/ssr/[communityName]/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/ssr/[communityName]/t/[threadId]/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/ssr/[communityName]/t/[threadId]/[slug]/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/ssr/[communityName]/c/[channelName]/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/ssr/[communityName]/c/[channelName]/[page]/index.tsx:8
FunctiongetServerSideProps
(context)
apps/web/pages/signup/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/index.tsx:9
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/channels/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/branding/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/t/[threadId]/index.tsx:9
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/t/[threadId]/[slug]/index.tsx:9
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/members/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/c/[channelName]/index.tsx:9
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/c/[channelName]/[page]/index.tsx:9
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/configurations/index.tsx:8
FunctiongetServerSideProps
( context )
apps/web/pages/s/[communityName]/plans/index.tsx:8
FunctiongetServerSideProps
({ res })
apps/web/pages/atom.xml/index.tsx:17
FunctiongetServerSideProps
(context)
apps/web/pages/getting-started/index.tsx:13
FunctiongetServerSideProps
(context)
apps/web/pages/signin/index.tsx:8
FunctiongetServerSideProps
(context)
apps/web/pages/sitemap/index.tsx:50
FunctiongetSettings
({ authId }: { authId: string })
apps/web/services/notifications.ts:21
FunctiongetSlackAccessToken
( code: string, clientId: string, clientSecret: string )
apps/web/services/slack/api/getSlackAccessToken.ts:3
FunctiongetStaticProps
()
apps/web/pages/index.tsx:418
MethodgetText
()
apps/web/ui/CopyToClipboardIcon/index.tsx:7
FunctiongetUserProfile
(userId: string, token: string)
apps/web/services/slack/api/fetch_all_conversations.ts:190
FunctiongetValue
()
apps/web/hooks/useMedia.ts:18
FunctionhandleChange
(event: React.ChangeEvent<HTMLSelectElement>)
apps/web/ui/ConfigurationsView/LandingChannelRow/index.tsx:37
FunctionhandleClick
()
apps/web/ui/ContextMenu/index.tsx:14
FunctionhandleDragEnd
(event: React.DragEvent)
apps/web/ui/Actions/Draggable/index.tsx:63
FunctionhandleDragEnter
(event: React.DragEvent)
apps/web/ui/Row/Droppable/index.tsx:41
FunctionhandleDragEnter
(event: React.DragEvent)
apps/web/ui/NavBar/Desktop/ChannelsGroup/index.tsx:210
FunctionhandleDragEnter
(event: React.DragEvent)
apps/web/ui/Actions/Draggable/index.tsx:73
FunctionhandleDragEnter
()
apps/web/ui/ChannelView/Chat/index.tsx:75
FunctionhandleDragLeave
(event: React.DragEvent)
apps/web/ui/Row/Droppable/index.tsx:47
FunctionhandleDragLeave
(event: React.DragEvent)
apps/web/ui/NavBar/Desktop/ChannelsGroup/index.tsx:214
FunctionhandleDragLeave
()
apps/web/ui/ChannelView/Chat/index.tsx:80
FunctionhandleDragOver
(event: React.DragEvent)
apps/web/ui/Row/Droppable/index.tsx:36
FunctionhandleDragOver
(event: React.DragEvent)
apps/web/ui/Actions/Draggable/index.tsx:68
FunctionhandleDragStart
(event: React.DragEvent)
apps/web/ui/Actions/Draggable/index.tsx:29
FunctionhandleDrop
(event: React.DragEvent)
apps/web/ui/Row/Droppable/index.tsx:57
FunctionhandleDrop
(event: React.DragEvent)
apps/web/ui/NavBar/Desktop/ChannelsGroup/index.tsx:191
FunctionhandleDrop
({ source, target, from, to, }: { source: string; target: string; from: string;
apps/web/ui/ChannelView/ForumView/index.tsx:408
FunctionhandleDrop
({ source, target, from, to, }: { source: string; target: string; from: string;
apps/web/ui/ChannelView/ChatView/index.tsx:396
FunctionhandleDrop
({ source, target, from, to, }: { source: string; target: string; from: string;
apps/web/ui/ChannelView/TopicView/index.tsx:379
FunctionhandleKeyDown
(event: KeyboardEvent)
apps/web/hooks/keyboard.tsx:20
FunctionhandleKeyUp
(event: KeyboardEvent)
apps/web/hooks/keyboard.tsx:14
FunctionhandleMouseOut
()
apps/web/hooks/hover.tsx:9
FunctionhandleMouseOver
()
apps/web/hooks/hover.tsx:6
FunctionhandleReset
(event: React.FormEvent<HTMLFormElement>)
apps/web/ui/Typesense/ui/SearchBox/index.tsx:169
FunctionhandleRootScroll
()
apps/web/ui/ChannelView/ChatView/index.tsx:355
FunctionhandleRootScroll
()
apps/web/ui/ChannelView/TopicView/index.tsx:354
FunctionhandleScroll
()
apps/web/ui/Thread/index.tsx:137
FunctionhandleStart
(url: string)
apps/web/pages/_app.tsx:26
FunctionhandleStop
()
apps/web/pages/_app.tsx:29
FunctionhandleSubmit
(event: React.FormEvent<HTMLFormElement>)
apps/web/ui/Typesense/ui/SearchBox/index.tsx:156
FunctionhandleSubmit
(event: React.FormEvent)
apps/web/ui/ProfileForm/index.tsx:32
Functionhandler
(event: StorageEvent)
packages/auth-client/src/client/utils.ts:99
Functionhandler
(req: NextApiRequest, res: NextApiResponse)
apps/web/pages/api/oauth.ts:4
Functionhandler
(req: NextApiRequest, res: NextApiResponse)
apps/web/pages/api/discordOauth.ts:4
Functionhandler
(request: NextApiRequest, response: NextApiResponse)
apps/web/pages/api/router.ts:10
Functionhandler
( request: NextApiRequest, response: NextApiResponse )
apps/web/pages/api/integration-oauth.ts:61
Functionhandler
( request: NextApiRequest, response: NextApiResponse )
apps/web/pages/api/generateSimilarity.ts:15
Functionhandler
(req: NextApiRequest, res: NextApiResponse)
apps/web/pages/api/search.ts:17
Functionhandler
(req: NextApiRequest, res: NextApiResponse)
apps/web/pages/api/webhook.ts:4
← previousnext →1,601–1,700 of 2,204, ranked by callers