MCPcopy Create free account

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

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

↓ 1 callersFunctionaddUsers
(users: SerializedUser[])
packages/contexts/src/Users.tsx:14
↓ 1 callersFunctionanonymizeSerializedMessages
( messages: SerializedMessage[], anonymize: AnonymizeType )
packages/serializers/src/anonymizeMessages.ts:86
↓ 1 callersFunctionareAuthorSameAsReplier
( first: { author: users | null } | null, last: { sentAt: Date; author: users | null } | null )
apps/web/services/threads/metrics.ts:60
↓ 1 callersFunctionareRepliesAtFilled
( thread: { firstManagerReplyAt: bigint | null; firstUserReplyAt: bigint | null; } | null )
apps/web/services/threads/metrics.ts:67
↓ 1 callersFunctionarrayToMapGeneric
(key: string, val: string)
apps/web/services/slack/sync/attachments.ts:113
↓ 1 callersMethodaskLLM
({ query, vectorStore, }: { query: string; vectorStore: FaissStore; })
packages/llm/src/langchain.ts:137
↓ 1 callersFunctionauthenticate
(scopes: string[])
packages/seo-stats/src/authenticate.ts:7
↓ 1 callersFunctionauthorizationMiddleware
(config: IConfig)
packages/integration-matrix/src/authorizationMiddleware.ts:4
↓ 1 callersFunctionblocked
(request: NextRequest)
apps/web/utilities/blocked.ts:32
↓ 1 callersFunctionbuildAxios
()
packages/s3-lambda-processing/src/index.js:14
↓ 1 callersFunctionbuildCookie
({ cookieName, value, maxAge = 30 * 24 * 60 * 60, // 30 days secureCookie, }: { cookieName: string;
packages/auth-server/src/server/cookies.ts:48
↓ 1 callersFunctionbuildCustomDomainSitemap
( workDir: string, account: AccountType, threads: UrlType[], logger: Logger )
packages/sitemap/src/utils/buildCustomDomainSitemap.ts:9
↓ 1 callersMethodbuildExternalMessageId
( channelId: string, owner: string, repo: string, issueNumber: number, messageId: number
packages/integration-github/src/helpers/serializer.ts:24
↓ 1 callersFunctionbuildInviteUrl
(account: accounts, communityType: CommunityType)
packages/serializers/src/settings.ts:6
↓ 1 callersFunctionbuildLinenSitemap
( workDir: string, sitemapFree: UrlType[], accountsFree: Record<string, AccountType>, logger: Logger )
packages/sitemap/src/utils/buildLinenSitemap.ts:10
↓ 1 callersFunctionbuildNameText
(thread: SerializedThread, url: string)
apps/web/utilities/seo/buildStructureData.tsx:8
↓ 1 callersFunctionbuildPages
(account: accounts)
packages/maintenance/src/rebuild-pagination-and-slug.ts:23
↓ 1 callersFunctionbuildSentAtForThreads
()
packages/maintenance/src/thread-sentAt.ts:19
↓ 1 callersFunctionbuildStructureData
({ thread, isSubDomainRouting, settings, }: { thread?: SerializedThread; isSubDomainRouting: boolean
apps/web/utilities/seo/buildStructureData.tsx:46
↓ 1 callersFunctionbuildThreadUrl
({ isSubdomainbasedRouting, settings, communityName, threadId, slug, }: { isSubdomainbasedRouting:
apps/web/utilities/redirects.ts:128
↓ 1 callersFunctionbuildUserBotFromInfo
( bot: BotInfo, accountId: string )
apps/web/services/slack/serializers/buildUserBotFromInfo.ts:5
↓ 1 callersFunctioncalculateCoords
(rect: DOMRect, position: string, offset: number)
apps/web/ui/Tooltip/index.tsx:14
↓ 1 callersMethodcanAuthAccessChannel
(authId: string, channelId: string)
apps/web/services/session/index.ts:65
↓ 1 callersMethodcanAuthAccessCommunity
(authId: string, communityId: string)
apps/web/services/session/index.ts:78
↓ 1 callersMethodcanAuthAccessThread
(authId: string, threadId: string)
apps/web/services/session/index.ts:91
↓ 1 callersFunctionchangeMessage
( channel: channels & { account: (accounts & { slackAuthorizations: slackAuthorizations[] }) | null; }
apps/web/services/slack/webhooks/processMessageEvents.ts:248
↓ 1 callersFunctionchangeMessageEvent
({ team_id, ts, channel_id, }: { team_id: string; ts: string; channel_id: string; })
apps/web/services/slack/webhooks/webhook.test.ts:105
↓ 1 callersFunctionchannel
(id, label)
packages/ast/parse/discord/spec-helpers/index.js:64
↓ 1 callersFunctionchannel
(id, label)
packages/ast/parse/slack/spec-helpers/index.js:42
↓ 1 callersFunctioncheckDomain
(host: string)
apps/web/pages/api/forgot-password/index.ts:8
↓ 1 callersFunctioncheckIntegrations
(externalId: string[], botId: number)
packages/integration-discord/src/utils/linen.ts:52
↓ 1 callersFunctionclean
(input: any)
packages/utilities/src/object.ts:1
↓ 1 callersMethodcleanPrefix
()
packages/types/src/logger.ts:8
↓ 1 callersFunctioncleanUpIntegrations
( token: string, botNum: number, logger: Logger )
packages/integration-discord/src/utils/cleanup.ts:24
↓ 1 callersFunctioncleanUpStorage
()
packages/auth-client/src/client/utils.ts:128
↓ 1 callersMethodcleanup
()
apps/web/services/user-thread-status/index.ts:61
↓ 1 callersMethodclose
()
apps/web/ui/NewChannelModal/index.tsx:27
↓ 1 callersFunctioncode
(value)
packages/ast/parse/discord/spec-helpers/index.js:33
↓ 1 callersFunctioncompare
(type, selector)
packages/ast/find/index.js:4
↓ 1 callersMethodcrawl
(url: string, options: CrawlOptions)
packages/llm/src/langchain.ts:169
↓ 1 callersFunctioncrawlChannel
({ channel, onboardingTimestamp, token, logger, }: { channel: channels; onboardingTimestamp: Date;
apps/web/services/discord/messages.ts:39
↓ 1 callersFunctioncrawlExistingThread
({ thread, onboardingTimestamp, token, lastExternalMessageId, logger, }: { thread: threads; last
apps/web/services/discord/threads.ts:168
↓ 1 callersMethodcrawlToStore
({ url, communityName, options, }: { url: string; communityName: string; options: Cr
packages/llm/src/langchain.ts:99
↓ 1 callersFunctioncrawlUsers
({ accountId, serverId, token, logger, }: { accountId: string; serverId: string; token: string;
apps/web/services/discord/users.ts:41
↓ 1 callersFunctioncreate
(request: NextApiRequest, response: NextApiResponse)
apps/web/pages/api/reset-password/index.ts:6
↓ 1 callersFunctioncreate
({ input, language, }: { input: string; language: string; })
apps/web/pages/api/highlight/index.ts:7
↓ 1 callersFunctioncreate
({ from, to, permissions, communityId, }: { from: string; to: string; permissions: PermissionsTy
apps/web/pages/api/merge/index.ts:8
↓ 1 callersFunctioncreate
(request: NextApiRequest, response: NextApiResponse)
apps/web/pages/api/reactions/index.tsx:6
↓ 1 callersFunctioncreate
({ url }: { url: string })
apps/web/pages/api/link/index.tsx:4
↓ 1 callersFunctioncreate
(request: NextApiRequest, response: NextApiResponse)
apps/web/pages/api/forgot-password/index.ts:31
↓ 1 callersFunctioncreate
({ threadId, channelId, communityId, permissions, }: { threadId: string; channelId: string; comm
apps/web/pages/api/move/thread/channel/index.ts:8
↓ 1 callersFunctioncreate
({ messageId, channelId, communityId, permissions, }: { messageId: string; channelId: string; co
apps/web/pages/api/move/message/channel/index.ts:11
↓ 1 callersFunctioncreate
({ messageId, threadId, communityId, permissions, }: { messageId: string; threadId: string; comm
apps/web/pages/api/move/message/thread/index.ts:8
↓ 1 callersFunctioncreate
(request: NextApiRequest, response: NextApiResponse)
apps/web/pages/api/signup/index.ts:39
↓ 1 callersFunctioncreate
(params: { threadIds: string[]; userId: string; muted: boolean; read: boolean; reminder: boolean;
apps/web/pages/api/user-thread-status/index.ts:31
↓ 1 callersFunctioncreate
(params: CreateParams)
apps/web/pages/api/signin/index.ts:25
↓ 1 callersFunctioncreate
({ email, communityId, priceId, successUrl, cancelUrl, }: { email: string; communityId: string;
apps/web/pages/api/plans/index.ts:87
↓ 1 callersFunctioncreateAccountEvent
(email: string, accountId: string)
apps/web/services/customerIo/trackEvents.ts:38
↓ 1 callersMethodcreateAuth
({ email, password }: CreateAuthParams)
apps/web/services/users/users.ts:106
↓ 1 callersFunctioncreateCertFile
* this function helps vercel functions to avoid download the cert since it can get it from env-vars
packages/database/src/database.ts:41
↓ 1 callersFunctioncreateChannel
({ name, accountId, externalChannelId, hidden, viewType, }: { name: string; accountId: string;
apps/web/services/channels/index.ts:670
↓ 1 callersFunctioncreateChannels
({ slackTeamId, token, accountId, getSlackChannels, joinChannel, hideChannels, shouldJoinChannel
apps/web/services/slack/sync/syncChannels.ts:7
↓ 1 callersFunctioncreateDolorCommunity
()
apps/web/bin/factory/communities/dolor/index.ts:5
↓ 1 callersMethodcreateInstance
()
apps/web/queue/jobs.ts:13
↓ 1 callersFunctioncreateIntegrationDiscord
()
apps/web/services/accounts/discord.test.ts:11
↓ 1 callersFunctioncreateIpsumCommunity
()
apps/web/bin/factory/communities/ipsum/index.ts:5
↓ 1 callersFunctioncreateJobs
()
packages/maintenance/src/discord-sync.ts:64
↓ 1 callersMethodcreateKey
()
apps/web/services/api-keys.ts:12
↓ 1 callersFunctioncreateLinenCommunity
()
apps/web/bin/factory/communities/linen/index.ts:8
↓ 1 callersFunctioncreateLlmQuestionTask
(payload: { accountId: string; authorId: string; channelId: string; threadId: string; communityName:
apps/web/queue/jobs.ts:189
↓ 1 callersFunctioncreateManyUsers
(users: Prisma.usersCreateManyArgs)
apps/web/services/users/index.ts:14
↓ 1 callersFunctioncreateMarkAllAsReadJob
( jobKey: string, payload: { communityId: string; userId: string } )
apps/web/queue/jobs.ts:59
↓ 1 callersFunctioncreateMembership
( membership: Prisma.membershipsCreateInput )
apps/web/services/membership.ts:3
↓ 1 callersFunctioncreateMessage
({ accessToken, issueId, body, createAsUser, displayIconUrl, }: createMessageType)
packages/integration-linear/src/helpers/linear.ts:51
↓ 1 callersFunctioncreateMessage
({ accountId, channelName, externalChannelId, userDisplayName, externalUserId, externalMessageId,
packages/integration-matrix/src/createMessage.ts:4
↓ 1 callersFunctioncreateMessageImitation
({ message, files, threadId, author, mentions, }: { message: string; files: UploadedFile[]; th
packages/serializers/src/message.ts:86
↓ 1 callersFunctioncreateMessages
({ channel, thread, messages, logger, }: { channel: channels; thread?: threads; messages: Discor
apps/web/services/discord/messages.ts:178
↓ 1 callersFunctioncreatePresignedUrl
({ key }: { key: string })
apps/web/services/aws/s3.ts:105
↓ 1 callersMethodcreatePrivateChannel
({ channelName, externalChannelId, accountId, usersId = [], ownerId, viewType, }: {
apps/web/services/channels/index.ts:510
↓ 1 callersFunctioncreateRemindMeJob
( jobKey: string, runAt: Date, payload: any )
apps/web/queue/jobs.ts:45
↓ 1 callersFunctioncreateRemoveCommunityJob
(accountId: string)
apps/web/queue/jobs.ts:100
↓ 1 callersFunctioncreateRobotsTxt
(domain: string)
packages/sitemap/src/robots.ts:3
↓ 1 callersFunctioncreateSearchOnlyKey
(collectionName: string)
packages/typesense/src/utils/keys.ts:82
↓ 1 callersFunctioncreateSitCommunity
()
apps/web/bin/factory/communities/sit/index.ts:5
↓ 1 callersFunctioncreateThread
({ thread, externalThreadId, channelId, }: { thread: { messageCount: number | null; name: stri
packages/integration-discord/src/utils/linen.ts:120
↓ 1 callersFunctioncreateThread
({ accessToken, teamId, title, description, createAsUser, displayIconUrl, }: createThreadType)
packages/integration-linear/src/helpers/linear.ts:76
↓ 1 callersFunctioncreateThread
({ accountId, channelName, externalChannelId, userDisplayName, externalUserId, externalThreadId,
packages/integration-matrix/src/createThread.ts:4
↓ 1 callersFunctioncreateThread
({ body, channelId, linenBotId, }: { body: string; channelId: string; linenBotId: string; })
apps/web/services/channels/userJoined.ts:80
↓ 1 callersFunctioncreateTypesenseChannelDeletion
(payload: { channelId: string; accountId: string; channelName: string; })
apps/web/queue/jobs.ts:160
↓ 1 callersFunctioncreateTypesenseChannelNameUpdate
(payload: { channelId: string; })
apps/web/queue/jobs.ts:142
↓ 1 callersFunctioncreateTypesenseChannelTypeUpdate
(payload: { channelId: string; })
apps/web/queue/jobs.ts:151
↓ 1 callersFunctioncreateTypesenseCommunityTypeUpdate
(payload: { accountId: string; })
apps/web/queue/jobs.ts:171
↓ 1 callersFunctioncreateTypesenseDeletion
(payload: { accountId: string; threadId: string; })
apps/web/queue/jobs.ts:122
↓ 1 callersFunctioncreateTypesenseOnMessageCreation
(payload: { accountId: string; threadId: string; })
apps/web/queue/jobs.ts:202
↓ 1 callersFunctioncreateTypesenseOnMessageUpdate
(payload: { accountId: string; threadId: string; })
apps/web/queue/jobs.ts:212
↓ 1 callersFunctioncreateTypesenseOnNewCommunity
(payload: { accountId: string; })
apps/web/queue/jobs.ts:180
↓ 1 callersFunctioncreateTypesenseOnThreadCreation
(payload: { accountId: string; threadId: string; })
apps/web/queue/jobs.ts:222
↓ 1 callersFunctioncreateTypesenseOnThreadUpdate
(payload: { accountId: string; threadId: string; })
apps/web/queue/jobs.ts:232
↓ 1 callersFunctioncreateTypesenseUserNameUpdate
(payload: { accountId: string; userId: string; })
apps/web/queue/jobs.ts:132
↓ 1 callersFunctioncreateUserEvent
( id: string, email: string, createdAt: Date )
apps/web/services/customerIo/trackEvents.ts:20
← previousnext →601–700 of 2,204, ranked by callers