Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/every-app/open-seo
/ functions
Functions
1,984 in github.com/every-app/open-seo
⨍
Functions
1,984
◇
Types & classes
535
↓ 1 callers
Function
exchangeCode
(input: { code: string; clientId: string; clientSecret: string; redirectUri: string; })
src/server/features/gsc/selfHostedOAuth.ts:223
↓ 1 callers
Function
exit
(message: string)
scripts/seed-rank-tracking.ts:373
↓ 1 callers
Function
explorePrompt
( input: PromptExplorerInput, billingCustomer: BillingCustomerContext, )
src/server/features/ai-search/services/promptExplorer.ts:41
↓ 1 callers
Function
exportBacklinksTabCsv
(args: { tab: BacklinksSearchState["tab"]; target: string; headers: string[]; rows: CsvValue[][]; })
src/client/features/backlinks/export.ts:112
↓ 1 callers
Function
exportPages
( pages: AuditResultsData["pages"], format: "csv" | "json" | "sheets", )
src/client/features/audit/results/export.ts:62
↓ 1 callers
Function
exportPerformance
( lighthouse: AuditResultsData["lighthouse"], pages: AuditResultsData["pages"], format: "csv" | "json" |
src/client/features/audit/results/export.ts:97
↓ 1 callers
Function
exportRankTrackingCsv
( sorted: RankTrackingRow[], showDesktop: boolean, showMobile: boolean, domain: string, )
src/client/features/rank-tracking/RankTrackingTableParts.tsx:239
↓ 1 callers
Function
exportRankTrackingToSheets
( sorted: RankTrackingRow[], showDesktop: boolean, showMobile: boolean, )
src/client/features/rank-tracking/RankTrackingTableParts.tsx:226
↓ 1 callers
Function
exportSavedKeywords
( input: ExportSavedKeywordsInput, )
src/server/features/keywords/services/research/saved-keywords.ts:143
↓ 1 callers
Function
extractCitations
( response: LlmResponseResult, )
src/server/features/ai-search/services/promptExplorer.ts:208
↓ 1 callers
Function
extractHostname
(url: string)
src/client/features/audit/shared.tsx:13
↓ 1 callers
Function
extractProjectId
(data: unknown)
src/middleware/ensureUser.ts:8
↓ 1 callers
Function
extractText
(response: LlmResponseResult)
src/server/features/ai-search/services/promptExplorer.ts:195
↓ 1 callers
Function
extractThinkingBlocks
* Reasoning models (e.g. Perplexity sonar-reasoning-pro) wrap their chain of * thought in `<think>...</think>` tags inline with the answer. Pull thos
src/client/features/ai-search/components/MarkdownAnswer.tsx:135
↓ 1 callers
Function
extractTitle
(html: string)
src/server/features/onboarding/scrape.ts:112
↓ 1 callers
Function
extractUrlPath
(url: string)
src/client/features/backlinks/backlinksPageUtils.ts:108
↓ 1 callers
Function
fetchAutoRows
( input: ResearchKeywordsInput, seedKeyword: string, billingCustomer: BillingCustomerContext, creditFe
src/server/features/keywords/services/research/research.ts:115
↓ 1 callers
Function
fetchAutumnEventsPage
(args: { customerId: string; end: number; offset: number; start: number; })
src/serverFunctions/billing.ts:98
↓ 1 callers
Function
fetchBacklinksHistory
(input: BacklinksTimeseriesRequest)
src/server/lib/dataforseo/backlinks.ts:306
↓ 1 callers
Function
fetchBacklinksRows
(input: BacklinksListRequest)
src/server/lib/dataforseo/backlinks.ts:208
↓ 1 callers
Function
fetchBatchMetrics
( client: ReturnType<typeof createDataforseoClient>, request: { keywords: string[]; locationCode: number;
src/server/features/keywords/services/research/refresh-metrics.ts:43
↓ 1 callers
Function
fetchCrossAggregated
* One cross_aggregated_metrics call per platform (ChatGPT forced to US/en), * each comparing the target against the competitors. Settled per-platform
src/server/features/ai-search/services/brandLookup.ts:244
↓ 1 callers
Function
fetchDomainRating
(domain: string)
src/serverFunctions/ahrefs.ts:91
↓ 1 callers
Function
fetchGithubStarCount
()
web/src/routes/_marketing.tsx:22
↓ 1 callers
Function
fetchGoogleAdsResearchRows
( params: Omit<FetchResearchRowsParams, "source">, billingCustomer: BillingCustomerContext, )
src/server/features/keywords/services/research/research-data.ts:102
↓ 1 callers
Function
fetchGoogleAdsRows
( input: ResearchKeywordsInput, seedKeyword: string, billingCustomer: BillingCustomerContext, creditFe
src/server/features/keywords/services/research/research.ts:177
↓ 1 callers
Function
fetchLighthouseResult
( url: string, pageId: string, strategy: "mobile" | "desktop", billingCustomer: BillingCustomerContext
src/server/lib/audit/lighthouse.ts:17
↓ 1 callers
Function
fetchLlmResponse
( input: LlmResponsesInput, )
src/server/lib/dataforseo/ai.ts:348
↓ 1 callers
Function
fetchManualRows
( mode: Exclude<KeywordMode, "auto">, input: ResearchKeywordsInput, seedKeyword: string, billingCustom
src/server/features/keywords/services/research/research.ts:212
↓ 1 callers
Function
fetchModelResponse
(args: RunModelArgs)
src/server/features/ai-search/services/promptExplorer.ts:134
↓ 1 callers
Function
fetchPlatformData
( platform: LlmPlatform, detected: ReturnType<typeof detectTarget>, input: PlatformFetchInput, datafor
src/server/features/ai-search/services/brandLookup.ts:169
↓ 1 callers
Function
fetchQuestionsAnswers
(input: { keyword: string; locationCoordinate: string; languageCode: string; depth: number; })
src/server/lib/dataforseo/business.ts:64
↓ 1 callers
Function
fetchRelatedRows
( params: Omit<FetchResearchRowsParams, "source">, dataforseo: ReturnType<typeof createDataforseoClient>,
src/server/features/keywords/services/research/research-data.ts:118
↓ 1 callers
Function
fetchResearchRowsBySource
( params: FetchResearchRowsParams, billingCustomer: BillingCustomerContext, )
src/server/features/keywords/services/research/research-data.ts:141
↓ 1 callers
Function
fetchSitemapDocumentWithRetry
(sitemapUrl: string)
src/server/lib/audit/discovery.ts:122
↓ 1 callers
Function
filterPages
(rows: PageRow[], filters: PagesFilters)
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:73
↓ 1 callers
Function
filterPerformanceRows
( rows: PerformanceRowData[], filters: PerformanceFilters, )
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:106
↓ 1 callers
Function
filterQueries
( rows: BrandLookupResult["topQueries"], filters: QueriesFilterValues, )
src/client/features/ai-search/brandLookupFiltering.ts:70
↓ 1 callers
Function
filterTopPages
( rows: BrandLookupResult["topPages"], filters: TopPagesFilterValues, )
src/client/features/ai-search/brandLookupFiltering.ts:39
↓ 1 callers
Function
finalizeAudit
(args: { step: WorkflowStep; auditId: string; workflowInstanceId: string; billingCustomer: BillingCust
src/server/workflows/siteAuditWorkflowPhases.ts:256
↓ 1 callers
Function
finalizeRankCheckRun
(input: { runId: string; configId: string; projectId: string; billingCustomer: BillingCustomerContext;
src/server/workflows/RankCheckWorkflow.ts:123
↓ 1 callers
Function
formatBusinessLocationCoordinate
(near: z.infer<typeof nearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:357
↓ 1 callers
Function
formatBytes
(bytes: number)
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:105
↓ 1 callers
Function
formatCompactNumber
(value: number | null | undefined)
src/client/features/keywords/utils.ts:26
↓ 1 callers
Function
formatCountryLabel
(code: WebSearchCountryCode)
src/client/features/ai-search/platformLabels.ts:97
↓ 1 callers
Function
formatDataforseoErrorPayload
(value: unknown)
src/server/lib/dataforseo/core.ts:35
↓ 1 callers
Function
formatDataforseoRequestPath
(url: RequestInfo)
src/server/lib/dataforseo/core.ts:52
↓ 1 callers
Function
formatDate
(dateStr: string)
src/client/features/audit/shared.tsx:21
↓ 1 callers
Function
formatDate
(value: string)
src/client/features/rank-tracking/RankTrackingHistoryMatrix.tsx:140
↓ 1 callers
Function
formatLinkType
(value: boolean | null | undefined)
src/server/mcp/tools/get-backlinks-profile.ts:79
↓ 1 callers
Function
formatLocalSerpCoordinate
(near: z.infer<typeof localSerpNearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:369
↓ 1 callers
Function
formatMetric
(value: unknown)
src/server/mcp/tools/get-backlinks-profile.ts:75
↓ 1 callers
Function
formatMonthLabel
(value: string)
src/client/features/backlinks/backlinksPageUtils.ts:88
↓ 1 callers
Function
formatMs
(ms: number)
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:100
↓ 1 callers
Function
formatQuestionsAnswersCoordinate
(near: z.infer<typeof nearSchema>)
src/server/mcp/tools/dataforseo-research-tools.ts:361
↓ 1 callers
Function
formatRange
( page: number, pageSize: number, totalCount: number | null, )
src/client/components/table/TablePagination.tsx:14
↓ 1 callers
Function
formatRange
( page: number, pageSize: number, totalCount: number | null, )
src/client/features/domain/components/DomainKeywordsPagination.tsx:16
↓ 1 callers
Function
formatRelative
(iso: string)
src/client/features/ai-search/components/BrandLookupResults.tsx:206
↓ 1 callers
Function
formatRelativeTimestamp
(value: string)
src/client/features/backlinks/backlinksPageUtils.ts:97
↓ 1 callers
Function
formatSavedKeywordDate
(value: string | null | undefined)
src/client/features/saved-keywords/savedKeywordsUtils.ts:47
↓ 1 callers
Function
formatSavedKeywordNumber
(value: number | null | undefined)
src/client/features/saved-keywords/savedKeywordsUtils.ts:42
↓ 1 callers
Function
formatStarCount
(count: number)
web/src/routes/_marketing.tsx:17
↓ 1 callers
Function
formatStartedAt
(dateStr: string)
src/client/features/audit/shared.tsx:29
↓ 1 callers
Function
formatStatus
(row: { isLost?: boolean | null; isBroken?: boolean | null; })
src/server/mcp/tools/get-backlinks-profile.ts:85
↓ 1 callers
Function
formatTrendRangeLabel
(trend: KeywordResearchRow["trend"])
src/client/features/keywords/page/KeywordResearchDesktopResults.tsx:55
↓ 1 callers
Function
generateTabId
()
src/client/features/search-tabs/useSearchTabs.ts:180
↓ 1 callers
Function
getAuditForProject
(auditId: string, projectId: string)
src/server/features/audit/repositories/AuditRepository.ts:192
↓ 1 callers
Function
getAuth
(extra: ToolExtra)
src/server/mcp/context.ts:88
↓ 1 callers
Function
getAuthorizeSessionBlocker
(request: Request)
src/server/mcp/oauth-provider.ts:137
↓ 1 callers
Function
getBrowserPostHogClient
()
src/client/lib/posthog.ts:12
↓ 1 callers
Function
getCategoryCounts
( allIssues: LighthouseIssue[], )
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:223
↓ 1 callers
Function
getCommitSubjects
@param {readonly string[]} rangeArgs
scripts/release-notes.mjs:179
↓ 1 callers
Function
getConfigsForProject
(projectId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:39
↓ 1 callers
Function
getContentPost
(slugs: string[])
web/src/lib/content.functions.ts:31
↓ 1 callers
Function
getContentPosts
()
web/src/lib/content.functions.ts:43
↓ 1 callers
Function
getCrawlProgress
(auditId: string, projectId: string)
src/server/features/audit/services/AuditService.ts:153
↓ 1 callers
Function
getCreditFeatureFromUsageEvent
( event: BillingUsageEvent, )
src/client/features/billing/BillingFeatureBreakdown.tsx:103
↓ 1 callers
Function
getCustomerId
(payload: AutumnWebhookPayload)
src/server/billing/autumn-webhook.ts:64
↓ 1 callers
Function
getDefaultFromTag
()
scripts/release-notes.mjs:125
↓ 1 callers
Function
getDefaultHostedOrganizationName
(user: HostedUser)
src/server/auth/default-hosted-organization.ts:22
↓ 1 callers
Function
getDefaultHostedOrganizationSlug
(user: HostedUser)
src/server/auth/default-hosted-organization.ts:27
↓ 1 callers
Function
getDefaultToRef
@param {string | undefined} repo
scripts/release-notes.mjs:174
↓ 1 callers
Function
getDelegatedOrganizationId
(userId: string)
src/server/auth/delegated-organization.ts:5
↓ 1 callers
Function
getDelegatedOrganizationName
(email: string, userId: string)
src/server/auth/delegated-organization.ts:9
↓ 1 callers
Function
getDelegatedOrganizationSlug
(email: string, userId: string)
src/server/auth/delegated-organization.ts:13
↓ 1 callers
Function
getDomainRouteState
( search: DomainSearchParams, )
src/client/features/domain/domainRouteState.ts:45
↓ 1 callers
Function
getDomainSearchChangeValidationErrors
( value: DomainControlsValues, shouldValidateUntouchedField: boolean, shouldValidateFormat: boolean, )
src/client/features/domain/domainSearchValidation.ts:25
↓ 1 callers
Function
getDomainWebsiteHref
(domain: string)
src/client/features/backlinks/ReferringDomainsTable.tsx:161
↓ 1 callers
Function
getFilterMeta
({ values, appliedFilters, fields, countConditions, }: { values: TValues; appliedFilters: TValues;
src/client/features/domain/components/DomainFilterPanel.tsx:250
↓ 1 callers
Function
getForwardedProtocol
(request: Request)
src/server/mcp/public-origin.ts:5
↓ 1 callers
Function
getGoogleAccountId
(tokens: GoogleTokenResponse)
src/server/features/gsc/selfHostedOAuth.ts:152
↓ 1 callers
Function
getGrantedMcpScopes
(requestedScopes: string[])
src/server/mcp/oauth-provider.ts:223
↓ 1 callers
Function
getHistorySearchUpdate
( item: DomainSearchHistoryItem, )
src/client/features/domain/DomainOverviewPage.tsx:123
↓ 1 callers
Function
getHostedUser
(userId: string)
src/server/auth/default-hosted-organization.ts:45
↓ 1 callers
Function
getJsonFromR2
(key: string)
src/server/lib/r2.ts:3
↓ 1 callers
Function
getJwks
(teamDomain: string)
src/middleware/ensure-user/cloudflareAccess.ts:12
↓ 1 callers
Function
getKeywordE2eFixtures
()
src/serverFunctions/keywords.ts:21
↓ 1 callers
Function
getKeywordTabCapacityError
( value: KeywordControlsValues, openKeywordTabs: readonly KeywordTabValidationInput[] | undefined, keywo
src/client/features/keywords/hooks/useKeywordControlsForm.ts:69
↓ 1 callers
Function
getLanguageOptions
( locationCode: number, )
src/shared/keyword-locations.ts:700
↓ 1 callers
Function
getLast30DayUsageRange
()
src/client/features/billing/BillingFeatureBreakdown.tsx:40
← previous
next →
701–800 of 1,984, ranked by callers