MCPcopy Index your code

hub / github.com/FxEmbed/FxEmbed / functions

Functions922 in github.com/FxEmbed/FxEmbed

↓ 111 callersMethodslice
(start?: number, end?: number)
packages/atmosphere/src/helpers/unicode-string.ts:22
↓ 56 callersFunctionisTombstone
(x: unknown)
packages/atmosphere/src/helpers/tombstone.ts:12
↓ 51 callersFunctionjsonAfterNormalize
( c: Context, payload: unknown, httpStatus: number )
src/realms/api/normalizeApiJsonResponse.ts:37
↓ 51 callersFunctionnormalizeApiJsonResponse
(body: T, allowed: A, context: string)
src/realms/api/normalizeApiJsonResponse.ts:16
↓ 42 callersMethodformat
(options: { [find: string]: string })
src/strings.ts:5
↓ 40 callersFunctionfetch
(request: Request, env: Env, ctx: ExecutionContext)
src/worker.ts:271
↓ 37 callersMethodtoString
()
packages/atmosphere/src/helpers/unicode-string.ts:30
↓ 34 callersFunctionescapeXml
(text: string)
src/helpers/syndicationFeeds.ts:43
↓ 28 callersFunctiongetBranding
(c: Context | Request)
src/helpers/branding.ts:21
↓ 24 callersFunctiongetTwitterProviderEnv
()
packages/atmosphere/src/providers/twitter-runtime.ts:47
↓ 22 callersFunctionexperimentCheck
(experiment: Experiment, condition = true)
src/experiments.ts:79
↓ 20 callersFunctiontwitterBuildHostFromContext
(c: Context)
src/providers/twitter/build-host-adapter.ts:12
↓ 19 callersFunctionpickInt
(...vals: unknown[])
packages/atmosphere/src/providers/instagram/processor.ts:9
↓ 18 callersFunctionassertSafeMastodonDomain
(domain: string)
packages/atmosphere/src/providers/mastodon/client.ts:6
↓ 18 callersFunctionsanitizeText
(text: string)
src/helpers/utils.ts:1
↓ 17 callersFunctionstatusesToFeedItems
( statuses: SyndicationStatus[], options: { omitSensitive?: boolean } )
src/helpers/syndicationFeeds.ts:206
↓ 17 callersFunctionwriteDataPoint
( host: TwitterBuildHost, language: string | undefined, nsfw: boolean | null, returnCode: string, fl
packages/atmosphere/src/providers/twitter/conversation.ts:141
↓ 16 callersFunctionbaseStatus
(over: Partial<APITwitterStatus> = {})
test/syndicationFeeds.test.ts:20
↓ 16 callersFunctionpickInt
(...vals: unknown[])
packages/atmosphere/src/providers/threads/processor.ts:12
↓ 16 callersFunctionwithTimeout
( asyncTask: (signal: AbortSignal) => Promise<T>, timeout: number = 3500, retries: number = 3 )
packages/atmosphere/src/helpers/with-timeout.ts:2
↓ 15 callersFunctionformatNumber
(num: number)
packages/atmosphere/src/helpers/format-number.ts:1
↓ 14 callersFunctiongetBlueskyProviderEnv
()
packages/atmosphere/src/providers/bluesky-runtime.ts:29
↓ 14 callersFunctionnormalizeCursor
(cursor: GraphQLTimelineCursor)
packages/atmosphere/src/providers/twitter/search.ts:39
↓ 14 callersFunctionparseHandleOrId
(handle: string)
packages/atmosphere/src/providers/twitter/profile.ts:279
↓ 14 callersFunctionreturnError
(c: Context, error: string)
src/embed/status.ts:68
↓ 13 callersFunctionbuildAPITwitterStatus
( host: TwitterBuildHost, status: GraphQLTwitterStatus, language: string | undefined, threadAuthor: nu
packages/atmosphere/src/providers/twitter/processor.ts:359
↓ 13 callersFunctionisParamTruthy
(param: string | undefined)
src/helpers/utils.ts:119
↓ 13 callersFunctionsetApiHeaders
(c: Context, options?: { skipContentType?: boolean })
src/providers/mastodon/atmosphere-handlers.ts:41
↓ 12 callersFunctionisMobileApiData
(video: TikTokItemInfo | TikTokAwemeDetail)
packages/atmosphere/src/providers/tiktok/processor.ts:18
↓ 12 callersFunctionisWebApiData
(video: TikTokItemInfo | TikTokAwemeDetail)
packages/atmosphere/src/providers/tiktok/processor.ts:11
↓ 12 callersFunctionnormalizeLanguage
(language: string)
packages/atmosphere/src/helpers/language.ts:41
↓ 11 callersFunctionblueskyBuildHostFromContext
(c: Context)
src/providers/bluesky/build-host-adapter.ts:8
↓ 11 callersFunctionbuildAPIMastodonPost
( host: MastodonBuildHost, status: MastodonStatus, domain: string, language: string | undefined, quo
packages/atmosphere/src/providers/mastodon/processor.ts:530
↓ 11 callersFunctionfirstErrorEntry
(json: unknown)
packages/atmosphere/src/providers/twitter/proxy/errors.ts:17
↓ 11 callersFunctiongenerateDpopKeypair
()
packages/atmosphere/src/providers/bluesky/auth/dpop.ts:83
↓ 11 callersFunctiongraphQLOrchestrator
( host: TwitterBuildHost, requests: GraphQLOrchestratorRequest[] )
packages/atmosphere/src/providers/twitter/graphql/orchestrator.ts:152
↓ 11 callersFunctionmastodonAccountToApiUser
(account: MastodonAccount, domain: string)
packages/atmosphere/src/providers/mastodon/processor.ts:422
↓ 11 callersFunctiontwitterTombstone
( reason: APITombstoneReason, partial: { id?: string; url?: string; author?: Partial<APIUser> } = {} )
packages/atmosphere/src/providers/twitter/processor.ts:195
↓ 11 callersFunctionunescapeText
(text: string)
packages/atmosphere/src/helpers/unescape-text.ts:2
↓ 10 callersFunctionbuildAPIBlueskyPost
( host: BlueskyBuildHost, status: BlueskyPost, language: string | undefined, quoteDepth = 0, fetchOp
packages/atmosphere/src/providers/bluesky/processor.ts:345
↓ 10 callersFunctionbuildLanguageHeaders
( language: string | undefined )
packages/atmosphere/src/helpers/language.ts:2
↓ 10 callersFunctiondidFromAtUri
(uri: string | undefined | null)
packages/atmosphere/src/providers/bluesky/uris.ts:15
↓ 10 callersFunctionisTranslatableLanguageCode
(language: string | null | undefined)
packages/atmosphere/src/helpers/language.ts:30
↓ 10 callersFunctionmastodonFetch
( domain: string, path: string, searchParams: Record<string, string | number | boolean | undefined> )
packages/atmosphere/src/providers/mastodon/client.ts:73
↓ 10 callersFunctionparseSearchTimelineClientError
( json: unknown )
packages/atmosphere/src/providers/twitter/searchErrors.ts:36
↓ 9 callersFunctionblueskyVerificationToApiUserVerification
( state: BlueskyVerificationStateSubset | undefined )
packages/atmosphere/src/providers/bluesky/verification.ts:26
↓ 9 callersFunctiongraphqlRequest
( host: TwitterBuildHost, request: GraphQLRequest )
packages/atmosphere/src/providers/twitter/graphql/request.ts:25
↓ 9 callersFunctionignoreOnlyWithPayload
( match: (ctx: RuleContext) => boolean )
packages/atmosphere/src/providers/twitter/proxy/errors.ts:89
↓ 9 callersFunctionproxyTwitterPostPhotoUrl
(url: string, enabled: boolean)
src/helpers/pbsProxy.ts:10
↓ 9 callersFunctiontoRss20Xml
( meta: SyndicationFeedMeta, items: SyndicationFeedItem[], feedUpdatedFallback?: Date )
src/helpers/syndicationFeeds.ts:233
↓ 8 callersFunctionbuildBlueskyTombstone
( reason: APITombstoneReason, atUri: string, cid?: string )
packages/atmosphere/src/providers/bluesky/processor.ts:16
↓ 8 callersFunctionconvertToApiUser
(user: GraphQLUser, legacyAPI = false)
packages/atmosphere/src/providers/twitter/profile.ts:131
↓ 8 callersFunctionhasTwitterAccountProxy
(env: TwitterAccountProxyEnv | undefined)
packages/atmosphere/src/providers/twitter/accountProxy.ts:9
↓ 8 callersFunctionreadDpopNonceFromResponse
(res: Response)
packages/atmosphere/src/providers/bluesky/auth/oauth-http.ts:13
↓ 7 callersFunctionasRecord
(value: unknown)
packages/atmosphere/src/providers/twitter/proxy/errors.ts:10
↓ 7 callersFunctionasUnknownRecord
(value: unknown)
packages/atmosphere/src/providers/twitter/profile.ts:21
↓ 7 callersFunctionfetchPostThreadResult
( atUri: string, depth = 10, parentHeight?: number, opts?: BlueskyFetchOpts )
packages/atmosphere/src/providers/bluesky/client.ts:237
↓ 7 callersFunctiongetProfileStatusesTimelineInstructions
( response: unknown )
packages/atmosphere/src/providers/twitter/graphql/validators.ts:89
↓ 7 callersFunctionlinkFixer
(entities: TcoExpansion[] | undefined, text: string)
packages/atmosphere/src/helpers/link-fixer.ts:6
↓ 7 callersFunctionnextMaxIdFromLinkHeader
(linkHeader: string | null)
packages/atmosphere/src/providers/mastodon/client.ts:119
↓ 7 callersFunctionpostView
( uri: string, authorDid: string, replyParentUri: string | null, replyRootUri: string | null )
test/bluesky.profileStatuses.grouped.test.ts:4
↓ 7 callersFunctionsetApiHeaders
(c: Context)
src/providers/instagram/atmosphere-handlers.ts:51
↓ 7 callersFunctionstrBinding
(b: Record<string, CardBindingValue>, key: string)
packages/atmosphere/src/providers/twitter/card.ts:49
↓ 7 callersFunctiontoAtomFeedXml
( meta: SyndicationFeedMeta, items: SyndicationFeedItem[], feedUpdatedFallback?: Date )
src/helpers/syndicationFeeds.ts:288
↓ 6 callersFunctiondecodeProfileCursor
(raw: string)
packages/atmosphere/src/providers/instagram/cursors.ts:48
↓ 6 callersFunctionenrichArticleWithFullContent
( host: TwitterBuildHost, status: APITwitterStatus, tweetRestId: string, language: string | undefined,
packages/atmosphere/src/providers/twitter/conversation.ts:374
↓ 6 callersFunctionextractAttr
(attrs: string, name: string)
packages/atmosphere/src/providers/mastodon/processor.ts:53
↓ 6 callersFunctionfmt
(s: string, vars: Record<string, string>)
packages/atmosphere/src/helpers/user-agent.ts:1
↓ 6 callersFunctiongetItemContent
( item: GraphQLTimelineItem )
packages/atmosphere/src/providers/twitter/search.ts:70
↓ 6 callersFunctionisTimelineTweetItem
(itemContent: unknown)
packages/atmosphere/src/providers/twitter/conversation.ts:27
↓ 6 callersFunctionmastodonBuildHostFromContext
(c: Context)
src/providers/mastodon/build-host-adapter.ts:8
↓ 6 callersFunctionminimalTweet
(id: string, conversationId: string)
test/groupedTimelineInstructions.test.ts:4
↓ 6 callersFunctionnormalizeCursor
(raw: any)
packages/atmosphere/src/providers/twitter/conversation.ts:514
↓ 6 callersFunctionrkeyFromPostAtUri
(uri: string | undefined | null)
packages/atmosphere/src/providers/bluesky/uris.ts:4
↓ 6 callersFunctionscoreVideoUrl
(url: string)
packages/atmosphere/src/providers/tiktok/processor.ts:28
↓ 6 callersFunctionsetApiHeaders
(c: Context)
src/providers/threads/atmosphere-handlers.ts:44
↓ 6 callersFunctionu
(x?: string)
packages/atmosphere/src/providers/bluesky/processor.ts:134
↓ 6 callersFunctionvalidateProfileTimelineResponse
(response: unknown)
packages/atmosphere/src/providers/twitter/graphql/validators.ts:41
↓ 6 callersFunctionvalidateUserTweetsTimeline
(response: unknown)
packages/atmosphere/src/providers/twitter/graphql/validators.ts:27
↓ 5 callersFunctionatUriForFeedPost
(repo: string, rkey: string)
packages/atmosphere/src/providers/bluesky/uris.ts:11
↓ 5 callersFunctionbase64UrlEncode
(buf: Uint8Array)
packages/atmosphere/src/providers/bluesky/auth/dpop.ts:3
↓ 5 callersFunctionblueskyProfileToApiUser
(profile: BlueskyProfileViewDetailed)
packages/atmosphere/src/providers/bluesky/profile.ts:9
↓ 5 callersFunctioncachedFetch
( input: RequestInfo, init?: RequestInit, fetchNew = false )
packages/atmosphere/src/providers/twitter/proxy/transaction/transaction.ts:7
↓ 5 callersFunctiondecodeCommentCursor
(raw: string)
packages/atmosphere/src/providers/instagram/cursors.ts:73
↓ 5 callersFunctionfetchPostThread
( atUri: string, depth = 10, parentHeight?: number, opts?: BlueskyFetchOpts )
packages/atmosphere/src/providers/bluesky/client.ts:260
↓ 5 callersFunctionfirstErrorMessageIncludes
(json: unknown, substr: string)
packages/atmosphere/src/providers/twitter/proxy/errors.ts:25
↓ 5 callersFunctionformatRuntime
()
src/helpers/runtime.ts:12
↓ 5 callersFunctiongenerateUserAgent
()
packages/atmosphere/src/helpers/user-agent.ts:28
↓ 5 callersFunctiongetBaseRedirectUrl
(c: Context)
src/realms/twitter/router.ts:31
↓ 5 callersFunctionisGraphQLTwitterStatus
(response: unknown)
packages/atmosphere/src/helpers/graphql-twitter.ts:15
↓ 5 callersFunctionisNotFoundError
(status: number, body: string)
packages/atmosphere/src/providers/bluesky/client.ts:86
↓ 5 callersFunctionisUserUnavailableResult
(result: unknown)
packages/atmosphere/src/providers/twitter/profile.ts:52
↓ 5 callersFunctionlinkFixerBluesky
(facets: BlueskyFacet[], text: string)
packages/atmosphere/src/helpers/link-fixer.ts:23
↓ 5 callersFunctionlookupAccount
( domain: string, acct: string )
packages/atmosphere/src/providers/mastodon/client.ts:169
↓ 5 callersFunctionnormalizeInstagramPostId
(raw: string)
packages/atmosphere/src/providers/instagram/shortcode.ts:24
↓ 5 callersFunctionnormalizeThreadsPostId
(raw: string)
packages/atmosphere/src/providers/threads/shortcode.ts:12
↓ 5 callersFunctionreadSetCookieNames
(headers: Headers)
packages/atmosphere/src/providers/instagram/client.ts:12
↓ 5 callersFunctionrefreshBlueskyTokens
(params: { session: BlueskyAuthSession; fetchImpl?: typeof fetch; })
packages/atmosphere/src/providers/bluesky/auth/tokens.ts:123
↓ 5 callersFunctionsignDpopProof
(params: SignDpopProofParams)
packages/atmosphere/src/providers/bluesky/auth/dpop.ts:120
↓ 5 callersFunctionthreadsPostToStatus
( post: Record<string, unknown>, ownerFallback: { id: string; username: string; fullName?: string; pic?: s
packages/atmosphere/src/providers/threads/processor.ts:296
next →1–100 of 922, ranked by callers