Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ functions
Functions
2,204 in github.com/Linen-dev/linen.dev
⨍
Functions
2,204
◇
Types & classes
503
↓ 1 callers
Function
getConfigurationsServerSideProps
( context: GetServerSidePropsContext, isSubDomainRouting: boolean )
apps/web/services/ssr/configurations.ts:5
↓ 1 callers
Function
getCurrentConfig
()
apps/web/config/discord.ts:34
↓ 1 callers
Function
getDefaultDomainStatus
(currentCommunity: SerializedAccount)
apps/web/ui/BrandingView/index.tsx:373
↓ 1 callers
Function
getDiscordAccessToken
(code: string)
apps/web/services/accounts/discord.test.ts:13
↓ 1 callers
Method
getDiscordChannels
({ serverId, token, }: { serverId: string; token: string; })
apps/web/services/discord/api.ts:89
↓ 1 callers
Method
getDiscordUsers
({ serverId, token, limit, after, }: { serverId: string; after?: string; token:
apps/web/services/discord/api.ts:102
↓ 1 callers
Method
getDocuments
(url: string)
packages/llm/src/langchain.ts:219
↓ 1 callers
Function
getErrorMessage
(error: string)
apps/web/ui/Auth/index.tsx:31
↓ 1 callers
Function
getFiles
(dir: string)
packages/sitemap/src/s3-sync.ts:4
↓ 1 callers
Function
getFirstAndLastMessages
( threadId: string, messageId: string )
apps/web/services/threads/metrics.ts:14
↓ 1 callers
Function
getIP
(request: Request | NextApiRequest)
apps/web/utilities/blocked.ts:14
↓ 1 callers
Function
getImage
(attachment: { externalId: string; internalUrl: string | null; sourceUrl: string; messages: { chan
packages/maintenance/src/clean-up-broken-attachments.ts:213
↓ 1 callers
Function
getImageUrls
(thread: SerializedThread)
apps/web/ui/Thread/Messages/utilities/thread.ts:13
↓ 1 callers
Function
getImageUrls
(threads: SerializedThread[])
apps/web/ui/ChannelView/TopicView/Grid/utilities/threads.ts:13
↓ 1 callers
Function
getImageUrls
(threads: SerializedThread[])
apps/web/ui/GridContent/utilities/threads.ts:13
↓ 1 callers
Function
getImageWidthByUrl
(src: string)
apps/web/ui/Header/Logo/utilities/dimensions.ts:3
↓ 1 callers
Function
getInitialChannel
(channels?: SerializedChannel[])
apps/web/ui/ConfigurationsView/LandingChannelRow/index.tsx:16
↓ 1 callers
Method
getInitialProps
(context: DocumentContext)
apps/web/pages/_document.tsx:10
↓ 1 callers
Function
getInternalApiKey
(req: any)
packages/sdk/src/middleware.ts:1
↓ 1 callers
Function
getInternalApiKey
(req: any)
apps/web/server/middlewares/integration.ts:6
↓ 1 callers
Function
getJwtToken
()
packages/auth-client/src/client/utils.ts:134
↓ 1 callers
Function
getLetter
(name?: string)
apps/web/ui/CommunityIcon/index.tsx:11
↓ 1 callers
Function
getMembersCount
({ price }: { price: string })
apps/web/pages/api/plans/index.ts:11
↓ 1 callers
Function
getMembersServerSideProps
( context: GetServerSidePropsContext, isSubDomainRouting: boolean )
apps/web/services/ssr/members.ts:5
↓ 1 callers
Function
getMemberships
( channelId: string, token: string )
apps/web/services/slack/api/fetch_all_conversations.ts:218
↓ 1 callers
Function
getMention
(message: string, position: number)
apps/web/ui/MessageForm/index.tsx:107
↓ 1 callers
Function
getMentionIndex
(text: string)
apps/web/ui/MessageForm/index.tsx:66
↓ 1 callers
Function
getMentions
(term: string, accountId: string)
apps/web/pages/api/mentions/index.ts:41
↓ 1 callers
Function
getMentions
( mentions: DiscordAuthor[] | undefined, users: users[] )
apps/web/services/discord/users.ts:16
↓ 1 callers
Function
getMessages
({ channel, onboardingTimestamp, token, logger, }: { channel: channels; onboardingTimestamp: Date;
apps/web/services/discord/messages.ts:13
↓ 1 callers
Function
getMimeType
(ext: string)
apps/web/services/aws/s3.ts:65
↓ 1 callers
Function
getMode
(message: string, position: number)
apps/web/ui/MessageForm/index.tsx:103
↓ 1 callers
Method
getOne
({ messageId, }: messageGetType)
apps/web/services/messages/index.ts:274
↓ 1 callers
Function
getPage
(page?: number)
apps/web/pages/api/all/index.tsx:11
↓ 1 callers
Function
getPage
(page?: number)
apps/web/pages/api/starred/index.ts:11
↓ 1 callers
Function
getPage
(page?: number)
apps/web/pages/api/inbox/index.ts:12
↓ 1 callers
Function
getPlansServerSideProps
( context: GetServerSidePropsContext, isSubDomainRouting: boolean )
apps/web/services/ssr/plans.ts:5
↓ 1 callers
Function
getProps
( req: AuthedRequestWithBody<z.infer<typeof getSchema>>, res: Response, validatePermissions: (permission
apps/web/server/routers/ssr/commons.ts:25
↓ 1 callers
Function
getProviders
()
packages/auth-client/src/client/index.tsx:234
↓ 1 callers
Function
getRawTokenFromRequest
(req: any)
packages/auth-server/src/server/session.ts:18
↓ 1 callers
Function
getReferer
(request: Request | NextApiRequest)
apps/web/utilities/blocked.ts:23
↓ 1 callers
Function
getRemindAt
(reminder: ReminderTypes)
apps/web/pages/api/user-thread-status/index.ts:20
↓ 1 callers
Function
getResult
(text: string)
apps/web/services/crawler/index.ts:6
↓ 1 callers
Function
getSelectedThreadId
( currentChannel: SerializedChannel, initialThreads: SerializedThread[] )
apps/web/components/Pages/Channel/index.tsx:129
↓ 1 callers
Function
getServerSession
(req: any, _?: any)
packages/auth-server/src/server/session.ts:36
↓ 1 callers
Function
getSlackAccessToken
( code: string, clientId: string, clientSecret: string )
apps/web/services/accounts/slack.test.ts:19
↓ 1 callers
Function
getSlackBot
( botId: string, token: string )
apps/web/services/slack/api/fetch_all_conversations.ts:251
↓ 1 callers
Function
getSlackChannels
(teamId: string, token: string)
apps/web/services/slack/api/fetch_all_conversations.ts:207
↓ 1 callers
Function
getSlackUser
( userId: string, token: string )
apps/web/services/slack/api/fetch_all_conversations.ts:237
↓ 1 callers
Function
getSsoSession
(id: string)
apps/web/services/sso/index.ts:3
↓ 1 callers
Function
getTag
(type)
packages/ast/postprocess/index.js:5
↓ 1 callers
Function
getTag
(type)
packages/ast/preprocess/index.js:5
↓ 1 callers
Function
getThreadIds
(references: string[])
packages/queue/src/tasks/llm/index.ts:143
↓ 1 callers
Function
getThreadUrl
(communitiesUrls: Record<string, string>)
packages/queue/src/tasks/email-notification/handleNotificationEmailTask.ts:166
↓ 1 callers
Function
getThreads
( channels: Record<string, ChannelType>, logger: Logger )
packages/sitemap/src/utils/getThreads.ts:6
↓ 1 callers
Function
getThreads
({ channelId, anonymize, anonymizeUsers, page, }: { channelId: string; anonymize: AnonymizeType;
apps/web/services/ssr/channels.ts:129
↓ 1 callers
Function
getThreads
({ channelId, anonymizeUsers, anonymize, page, }: { channelId: string; anonymizeUsers: boolean;
apps/web/server/routers/ssr/channels.ts:99
↓ 1 callers
Function
getTitle
(thread: SerializedThread)
apps/web/ui/NavBar/Desktop/ChannelsGroup/RecentTopics/index.tsx:20
↓ 1 callers
Function
getTitle
(message: SerializedMessage)
apps/web/ui/UserMessage/Summary/Title/index.tsx:20
↓ 1 callers
Function
getTitle
(url: string, title: string)
apps/web/ui/Message/Link/Mail/index.tsx:10
↓ 1 callers
Function
getTokenByIntegration
(integration: discordAuthorizations)
packages/integration-discord/src/utils/token.ts:4
↓ 1 callers
Function
getType
(url: string)
apps/web/components/layout/PageLayout/Favicon/index.tsx:8
↓ 1 callers
Function
getUrls
(references: string[])
packages/queue/src/tasks/llm/index.ts:137
↓ 1 callers
Method
getUserById
(id: string)
apps/web/services/users/users.ts:68
↓ 1 callers
Function
getValidSessionTokenFromRequest
(req: any)
packages/auth-server/src/server/session.ts:22
↓ 1 callers
Function
getVideoId
(url: string)
apps/web/ui/Message/Link/Video/utilities.ts:16
↓ 1 callers
Function
getWidthHeight
(src: string)
apps/web/ui/Message/Link/Image/utilities/image.ts:3
↓ 1 callers
Method
githubCommentToLinenMessage
( input: GitHubTypes.IssueCommentCreatedEvent, authorId: string, channelId: string, accountId:
packages/integration-github/src/helpers/serializer.ts:68
↓ 1 callers
Method
githubIssueToLinenThread
( issue: GitHubTypes.Issue, authorId: string, channelId: string, accountId: string, extern
packages/integration-github/src/helpers/serializer.ts:39
↓ 1 callers
Function
githubStrategy
({ getOrCreateAuthWithEmail, clientID, clientSecret, authServerUrl, }: Props)
packages/auth-server/src/server/passport/githubStrategy.ts:12
↓ 1 callers
Method
githubUserToLinenUser
( input: GitHubTypes.User, accountsId: string )
packages/integration-github/src/helpers/serializer.ts:56
↓ 1 callers
Function
groupByThread
(topics: SerializedTopic[])
apps/web/ui/NavBar/Desktop/ChannelsGroup/RecentTopics/utilities/topics.ts:3
↓ 1 callers
Function
handleAttachment
(attach: DiscordAttachments, channel: channels)
apps/web/services/discord/attachments.ts:27
↓ 1 callers
Function
handleAttachments
( attachments: DiscordAttachments[], channel: channels )
apps/web/services/discord/attachments.ts:10
↓ 1 callers
Function
handleChannelNameUpdate
({ channelId, logger, }: { channelId: string; logger: Logger; })
packages/typesense/src/handle-channel-update.ts:34
↓ 1 callers
Function
handleChannelTypeUpdate
({ channelId, }: { channelId: string; })
packages/typesense/src/handle-channel-update.ts:11
↓ 1 callers
Function
handleCommunityUpdate
({ accountId, logger, }: { accountId: string; logger: Logger; })
packages/typesense/src/handle-community-update.ts:7
↓ 1 callers
Function
handleDeletion
({ accountId, threadId, logger, }: { accountId: string; threadId: string; logger: Logger; })
packages/typesense/src/handle-deletion.ts:10
↓ 1 callers
Function
handleDiscord
({ accountId, syncFrom, }: { accountId: string; syncFrom: Date; })
apps/web/pages/api/integration-oauth.ts:137
↓ 1 callers
Function
handleDiscordSync
()
apps/web/ui/ConfigurationsView/CommunityIntegrationRow/index.tsx:60
↓ 1 callers
Function
handleInbound
(reqBody: any)
packages/integration-email/src/inbound.ts:43
↓ 1 callers
Function
handleIssueCommentCreated
( payload: GitHubTypes.IssueCommentCreatedEvent )
packages/integration-github/src/inbound.ts:150
↓ 1 callers
Function
handleIssuesClosed
(payload: GitHubTypes.IssuesClosedEvent)
packages/integration-github/src/inbound.ts:140
↓ 1 callers
Function
handleIssuesOpened
(payload: GitHubTypes.IssuesOpenedEvent)
packages/integration-github/src/inbound.ts:135
↓ 1 callers
Function
handleIssuesReopened
(payload: GitHubTypes.IssuesReopenedEvent)
packages/integration-github/src/inbound.ts:145
↓ 1 callers
Function
handleLinenEvent
({ bridge, config, body, }: { bridge: Bridge; config: IConfig; body: ILinenMatrixPayload; })
packages/integration-matrix/src/handleLinenEvent.ts:7
↓ 1 callers
Function
handleMatrixEvent
({ event, bridge, linenSdk, registration, accountId, }: { event: WeakEvent; bridge: Bridge; li
packages/integration-matrix/src/handleMatrixEvent.ts:13
↓ 1 callers
Function
handleMessageCreation
({ threadId, accountId, logger, }: { threadId: string; accountId: string; logger: Logger; })
packages/typesense/src/handle-message-creation.ts:8
↓ 1 callers
Function
handlePosthogId
(router: NextRouter)
apps/web/components/PostHogUser.tsx:23
↓ 1 callers
Function
handleRequest
(payload: any)
packages/integration-linear/src/inbound.ts:145
↓ 1 callers
Function
handleScroll
()
apps/web/ui/ChannelView/ForumView/index.tsx:287
↓ 1 callers
Function
handleSlack
({ accountId, syncFrom, }: { accountId: string; syncFrom: Date; })
apps/web/pages/api/integration-oauth.ts:106
↓ 1 callers
Function
handleSubmit
(event: React.SyntheticEvent, callback?: any)
apps/web/ui/MessageForm/index.tsx:205
↓ 1 callers
Function
handleUserNameUpdate
({ userId, accountId, logger, }: { userId: string; accountId: string; logger: Logger; })
packages/typesense/src/handle-user-update.ts:9
↓ 1 callers
Function
hasAuthFn
(account: any)
packages/serializers/src/account.ts:24
↓ 1 callers
Function
hasReaction
( message: SerializedMessage, type: string, userId?: string )
apps/web/ui/GridRow/index.tsx:37
↓ 1 callers
Function
hideEmptyChannels
(accountId: string)
apps/web/services/channels/index.ts:652
↓ 1 callers
Function
highlightCode
( input: string, language?: string )
apps/web/ui/Code/utilities/highlight.ts:3
↓ 1 callers
Function
html
({ userName, threads, preferencesUrl, }: TemplateType)
apps/web/mailers/views/emails/notification/threads.ts:4
↓ 1 callers
Function
icon
(chat: ChatType)
apps/web/ui/ConfigurationsView/CommunityChatRow/index.tsx:25
← previous
next →
801–900 of 2,204, ranked by callers