MCPcopy Create free account

hub / github.com/TylerFisher/sill / functions

Functions812 in github.com/TylerFisher/sill

↓ 1 callersFunctionapiDeleteList
( request: Request, data: { uri: string; accountId: string; }, )
apps/web/app/utils/api-client.server.ts:1130
↓ 1 callersFunctionapiDeleteMutePhrase
(request: Request, phrase: string)
apps/web/app/utils/api-client.server.ts:1034
↓ 1 callersFunctionapiDeleteNotificationGroup
( request: Request, groupId: string, )
apps/web/app/utils/api-client.server.ts:608
↓ 1 callersFunctionapiDeleteUser
(request: Request)
apps/web/app/utils/api-client.server.ts:928
↓ 1 callersFunctionapiDismissPlusPromo
(request: Request)
apps/web/app/utils/api-client.server.ts:1225
↓ 1 callersFunctionapiFindLinksByAuthor
( request: Request, params: { author: string; pageSize?: number; cursor?: string; time?: n
apps/web/app/utils/api-client.server.ts:512
↓ 1 callersFunctionapiFindLinksByDomain
( request: Request, params: { domain: string; publication?: string; pageSize?: number; cur
apps/web/app/utils/api-client.server.ts:559
↓ 1 callersFunctionapiForgotPassword
( request: Request, data: { email: string }, )
apps/web/app/utils/api-client.server.ts:1403
↓ 1 callersFunctionapiGetActiveSubscription
(request: Request)
apps/web/app/utils/api-client.server.ts:1234
↓ 1 callersFunctionapiGetAllSyncs
(request: Request)
apps/web/app/utils/api-client.server.ts:1642
↓ 1 callersFunctionapiGetBookmarkTags
(request: Request)
apps/web/app/utils/api-client.server.ts:405
↓ 1 callersFunctionapiGetCurrentSubscription
(request: Request)
apps/web/app/utils/api-client.server.ts:1205
↓ 1 callersFunctionapiGetDevices
(request: Request)
apps/web/app/utils/api-client.server.ts:750
↓ 1 callersFunctionapiGetDigestFeed
(request: Request, userId: string)
apps/web/app/utils/api-client.server.ts:1056
↓ 1 callersFunctionapiGetDigestItem
(request: Request, itemId: string)
apps/web/app/utils/api-client.server.ts:1078
↓ 1 callersFunctionapiGetDigestItemsByMonth
(request: Request)
apps/web/app/utils/api-client.server.ts:440
↓ 1 callersFunctionapiGetJwks
(request: Request)
apps/web/app/utils/api-client.server.ts:1450
↓ 1 callersFunctionapiGetLatestTermsUpdate
(request: Request)
apps/web/app/utils/api-client.server.ts:858
↓ 1 callersFunctionapiGetNetworkTopTen
(request: Request)
apps/web/app/utils/api-client.server.ts:1571
↓ 1 callersFunctionapiGetNotificationGroupFeed
( request: Request, notificationGroupId: string, )
apps/web/app/utils/api-client.server.ts:670
↓ 1 callersFunctionapiGetPolarProducts
(request: Request)
apps/web/app/utils/api-client.server.ts:1254
↓ 1 callersFunctionapiGetTermsAgreement
( request: Request, termsUpdateId: string, )
apps/web/app/utils/api-client.server.ts:878
↓ 1 callersFunctionapiInsertTermsAgreement
( request: Request, termsUpdateId: string, )
apps/web/app/utils/api-client.server.ts:903
↓ 1 callersFunctionapiListBookmarks
( request: Request, params?: { query?: string; tag?: string; page?: number; limit?: number
apps/web/app/utils/api-client.server.ts:341
↓ 1 callersFunctionapiLogin
( request: Request, data: { email: string; password: string }, )
apps/web/app/utils/api-client.server.ts:133
↓ 1 callersFunctionapiLogout
(request: Request)
apps/web/app/utils/api-client.server.ts:148
↓ 1 callersFunctionapiMastodonAuthCallback
( request: Request, data: { code: string; instance: string; mode?: "login" | "signup" }, )
apps/web/app/utils/api-client.server.ts:277
↓ 1 callersFunctionapiMastodonAuthStart
( request: Request, data: { instance: string; mode?: "login" | "signup" }, )
apps/web/app/utils/api-client.server.ts:245
↓ 1 callersFunctionapiMastodonRevoke
(request: Request)
apps/web/app/utils/api-client.server.ts:292
↓ 1 callersFunctionapiResetPassword
( request: Request, data: { email: string; newPassword: string }, )
apps/web/app/utils/api-client.server.ts:1296
↓ 1 callersFunctionapiSignupComplete
( request: Request, data: { email: string; name: string; password: string }, )
apps/web/app/utils/api-client.server.ts:118
↓ 1 callersFunctionapiSyncList
(request: Request, listId: string)
apps/web/app/utils/api-client.server.ts:1183
↓ 1 callersFunctionapiTestNotifications
( request: Request, queries: Array<{ category: { id: string; name: string; type: str
apps/web/app/utils/api-client.server.ts:633
↓ 1 callersFunctionapiUpdateEmail
( request: Request, data: { oldEmail: string; newEmail: string }, )
apps/web/app/utils/api-client.server.ts:1343
↓ 1 callersFunctionapiVerifyPassword
(request: Request, password: string)
apps/web/app/utils/api-client.server.ts:948
↓ 1 callersFunctionassemblePage
( slice: RankedEntry[], args: FilterArgs, )
packages/links/src/timeline.ts:482
↓ 1 callersFunctionavatar
(i: number)
packages/emails/src/components/LinkPost.tsx:309
↓ 1 callersFunctionavatar
(reposts: boolean)
packages/emails/src/components/Post.tsx:175
↓ 1 callersFunctionblockName
(type: unknown)
packages/links/src/record-mappers/standard-site.ts:220
↓ 1 callersFunctionblueskyPostToLinkPost
( share: ShareRow, base: RenderedLinkPost, )
packages/links/src/record-mappers/bluesky.ts:57
↓ 1 callersFunctionblueskyRepostToLinkPost
( share: ShareRow, base: LinkPost, )
packages/links/src/record-mappers/bluesky.ts:22
↓ 1 callersFunctionbootstrapProducts
()
apps/api/src/utils/polar.server.ts:46
↓ 1 callersFunctionbuildSourceBadgeValue
( lists: ListRow[], instance: string | undefined, activeListId: string | null, )
apps/web/app/components/linkPosts/SourceBadge.tsx:51
↓ 1 callersFunctionbuildStandardDocUrl
( record: StandardSiteRecord, publicationUrl?: string, )
packages/links/src/record-mappers/standard-site.ts:268
↓ 1 callersFunctioncacheKey
( userId: string, sort: string, hideReposts: string, query: string, window: string, minShares: num
packages/links/src/timeline.ts:154
↓ 1 callersFunctioncanonicalSourceId
( row: ListRow, instance: string | undefined, )
apps/web/app/components/linkPosts/SourceBadge.tsx:35
↓ 1 callersFunctioncheckUserExists
(email: string)
packages/auth/src/verification.ts:27
↓ 1 callersFunctionchunk
(arr: T[], size: number)
apps/worker/src/migrate-appview-backfill.ts:70
↓ 1 callersFunctionclearUrlExpansionCache
()
packages/links/src/normalizeLink.ts:57
↓ 1 callersFunctionclientIdFor
(variant: AuthVariant, baseUrl: string)
packages/auth/src/client.ts:139
↓ 1 callersFunctioncombineHeaders
( ...headers: Array<ResponseInit["headers"] | null | undefined> )
apps/web/app/utils/misc.ts:15
↓ 1 callersFunctioncommunityBookmarkToLinkPost
( share: ShareRow, base: LinkPost, )
packages/links/src/record-mappers/community-bookmark.ts:10
↓ 1 callersFunctionconflictUpdateSetAllColumns
( table: TTable, )
packages/links/src/db-helpers.ts:14
↓ 1 callersFunctioncontentSourceFor
(contentType: unknown)
packages/links/src/record-mappers/standard-site.ts:46
↓ 1 callersFunctioncosmikCardToLinkPost
( share: ShareRow, base: LinkPost, )
packages/links/src/record-mappers/cosmik.ts:10
↓ 1 callersFunctioncreateCheckout
( productId: string, email: string | null | undefined, userId: string )
apps/web/app/utils/polar.server.ts:8
↓ 1 callersFunctioncreateCheckoutLink
(product: Product)
apps/api/src/utils/polar.server.ts:37
↓ 1 callersFunctioncreateProduct
( name: string, description: string, interval: "month" | "year", minimum: number )
apps/api/src/utils/polar.server.ts:18
↓ 1 callersFunctiondaysRemaining
(end: Date)
packages/emails/src/components/PlusTrial.tsx:4
↓ 1 callersFunctiondaysRemaining
(end: Date)
apps/web/app/utils/misc.ts:76
↓ 1 callersFunctiondefaultGroup
(id?: string)
apps/web/app/components/forms/NotificationForm.tsx:25
↓ 1 callersFunctiondeleteBookmarkFromAtproto
* Delete a bookmark from the user's ATProto PDS
apps/api/src/routes/bookmarks.ts:92
↓ 1 callersFunctiondeleteVerification
( type: VerificationTypes, target: string )
packages/auth/src/verification.ts:129
↓ 1 callersFunctiondequeueJobs
(batchSize: number)
packages/links/src/queue.ts:23
↓ 1 callersFunctiondiagnose
(userIds: string[])
apps/worker/src/reseed-mastodon-cursors.ts:164
↓ 1 callersFunctiondidFromAtUri
(atUri: string)
packages/links/src/appview.ts:860
↓ 1 callersFunctiondigestOutro
(settingsUrl: string)
apps/web/app/utils/digestText.tsx:21
↓ 1 callersFunctiondistinctActors
(group: RenderedLinkPost[])
apps/web/app/components/linkPosts/BookmarkRollup.tsx:18
↓ 1 callersFunctionemptyDenormalized
( share: ShareRow, userId: string, )
packages/links/src/record-mappers/shared.ts:311
↓ 1 callersFunctionevaluateNotifications
( userId: string, queries: NotificationQuery[], seenLinks: string[] = [], /** The group's creation tim
packages/links/src/links.ts:355
↓ 1 callersFunctionexecuteScroll
()
apps/web/app/components/linkPosts/SharedByBug.tsx:22
↓ 1 callersFunctionextractBookmarkTags
(raw: string)
packages/links/src/bookmarks.ts:34
↓ 1 callersFunctionextractDomain
(url: string | undefined)
packages/links/src/notifications.ts:9
↓ 1 callersFunctionextractSessionId
(setCookieHeader: string)
apps/web/app/routes/bluesky/auth.callback.ts:10
↓ 1 callersFunctionextractSessionId
(setCookieHeader: string)
apps/web/app/routes/mastodon/auth.callback.ts:10
↓ 1 callersFunctionfacetsLinkTo
(facets: RichTextFacet[], targetUrl: string)
packages/links/src/record-mappers/standard-site.ts:97
↓ 1 callersFunctionfetchActorActivity
(opts: { actor: string; collection?: string[]; days?: number; hours?: number; limit?: number; curs
packages/links/src/appview.ts:631
↓ 1 callersFunctionfetchBlueskyMutedDids
( agent: Agent, )
packages/links/src/bluesky.ts:631
↓ 1 callersFunctionfetchByAuthor
(opts: { author: string; viewer?: string; window?: TimeWindow; limit?: number; sourceId?: string;
packages/links/src/appview.ts:697
↓ 1 callersFunctionfetchByPublication
(opts: { domain: string; publication?: string; viewer?: string; window?: TimeWindow; limit?: number;
packages/links/src/appview.ts:582
↓ 1 callersFunctionfetchNetworkTrending
( opts: { limit?: number } = {} )
packages/links/src/appview.ts:565
↓ 1 callersFunctionfetchSingleList
( userId: string, listId: string, )
packages/links/src/links.ts:124
↓ 1 callersFunctionfindFlatItemsLinkParagraph
( // biome-ignore lint/suspicious/noExplicitAny: raw block list JSON blocks: any[], targetUrl: string, )
packages/links/src/record-mappers/standard-site.ts:235
↓ 1 callersFunctionfindLeafletLinkParagraph
( content: StandardSiteRecord, targetUrl: string, )
packages/links/src/record-mappers/standard-site.ts:202
↓ 1 callersFunctionfindLinkParagraph
( record: StandardSiteRecord, targetUrl: string, )
packages/links/src/record-mappers/standard-site.ts:285
↓ 1 callersFunctionfindLinksByAuthor
( author: string, pageSize = 10, userId?: string, cursor?: string, filters?: DiscoveryFilters, )
packages/links/src/links.ts:582
↓ 1 callersFunctionfindLinksByDomain
( domain: string, pageSize = 10, userId?: string, cursor?: string, filters?: DiscoveryFilters, )
packages/links/src/links.ts:546
↓ 1 callersFunctionfirstFeedItem
(name: string | null)
apps/web/app/utils/digestText.tsx:92
↓ 1 callersFunctiongetAccessToken
* Get access token from Mastodon instance
apps/api/src/routes/mastodon.ts:48
↓ 1 callersFunctiongetAuthorizationUrl
* Get authorization URL for Mastodon instance
apps/api/src/routes/mastodon.ts:33
↓ 1 callersFunctiongetBlueskyLists
(account: AccountWithLists)
packages/links/src/bluesky.ts:729
↓ 1 callersFunctiongetBookmarkletCode
(origin: string)
apps/web/app/components/settings/BookmarkletSetup.tsx:4
↓ 1 callersFunctiongetDetectedLink
( record: AppBskyFeedPost.Record, externalRecord: AppBskyEmbedExternal.View | null, initialDetectedLink:
packages/links/src/bluesky.ts:374
↓ 1 callersFunctiongetDomainUrl
(request: Request)
apps/web/app/utils/misc.ts:3
↓ 1 callersFunctiongetErrorRedirectPath
()
apps/web/app/routes/bluesky/auth.ts:59
↓ 1 callersFunctiongetLayout
(request: Request)
apps/web/app/utils/layout.server.ts:11
↓ 1 callersFunctiongetList
(cursor: string | undefined = undefined)
packages/links/src/bluesky.ts:171
↓ 1 callersFunctiongetLockPool
()
packages/schema/src/db.ts:67
↓ 1 callersFunctiongetMastodonLists
(account: AccountWithInstance)
packages/links/src/mastodon.ts:717
↓ 1 callersFunctiongetMastodonTimeline
( account: typeof mastodonAccount.$inferSelect & { mastodonInstance: { instance: string; };
packages/links/src/mastodon.ts:203
← previousnext →201–300 of 812, ranked by callers