MCPcopy Create free account

hub / github.com/every-app/open-seo / functions

Functions1,984 in github.com/every-app/open-seo

↓ 1 callersFunctiongetLocationSearchUpdate
(nextLocationCode: number)
src/client/features/domain/DomainOverviewPage.tsx:83
↓ 1 callersFunctiongetMetricItems
(metrics?: LighthouseMetrics | null)
src/client/features/lighthouse/issues/LighthouseIssuesSummary.tsx:105
↓ 1 callersFunctiongetMobileNavItems
(githubStarCount: string)
web/src/routes/_marketing.tsx:49
↓ 1 callersFunctiongetNextSelectionSet
( current: Set<string>, allVisibleKeywords: string[], )
src/client/features/keywords/hooks/useKeywordSelection.ts:3
↓ 1 callersFunctiongetNextSortParams
( currentField: SortField, currentDirection: SortDir, targetField: SortField, )
src/client/features/keywords/state/keywordControllerActions.ts:79
↓ 1 callersFunctiongetOnboardingModel
()
src/server/lib/openrouter.ts:29
↓ 1 callersFunctiongetOrganizationContacts
(organizationId: string)
src/server/billing/loops-sync.ts:45
↓ 1 callersFunctiongetPackageVersion
()
scripts/release-notes.mjs:95
↓ 1 callersFunctiongetPageSearchUpdate
(nextPage: number)
src/client/features/domain/DomainOverviewPage.tsx:91
↓ 1 callersFunctiongetPageSizeSearchUpdate
(nextSize: number)
src/client/features/domain/DomainOverviewPage.tsx:96
↓ 1 callersFunctiongetParsedSitemapSections
(parsed: unknown)
src/server/lib/audit/discovery.ts:98
↓ 1 callersFunctiongetPathSegmentsFromProperties
( properties: BillingUsageEventProperties, )
src/client/features/billing/BillingFeatureBreakdown.tsx:52
↓ 1 callersFunctiongetPreferredRepo
()
scripts/release-notes.mjs:169
↓ 1 callersFunctiongetProjectNavItems
(projectId: string)
src/client/navigation/items.ts:72
↓ 1 callersFunctiongetRankCheckWorkflowStatus
( runId: string, )
src/server/features/rank-tracking/services/rankCheckRunGuards.ts:52
↓ 1 callersMethodgetReader
* The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. * * [MDN Reference](https://deve
worker-configuration.d.ts:2171
↓ 1 callersFunctiongetRedditConfig
()
src/server/lib/reddit-conversions.ts:36
↓ 1 callersFunctiongetRelativeRequestTarget
(request: Request)
src/server/mcp/oauth-provider.ts:78
↓ 1 callersFunctiongetReleaseNoteVersions
()
scripts/release-notes.mjs:103
↓ 1 callersFunctiongetResetPasswordErrorMessage
(error: string | undefined)
src/routes/reset-password.tsx:47
↓ 1 callersFunctiongetResetPasswordPageCopy
({ isHostedMode, isComplete, routeError, hasToken, }: { isHostedMode: boolean; isComplete: boolean
src/routes/reset-password.tsx:60
↓ 1 callersFunctiongetSafeCallbackPath
(callbackURL: string, publicOrigin: string)
src/server/features/gsc/selfHostedOAuth.ts:80
↓ 1 callersFunctiongetSearchSubmitUpdate
({ domain, subdomains, sort, locationCode, currentOrder, activeTab, }: { domain: string; subdo
src/client/features/domain/DomainOverviewPage.tsx:144
↓ 1 callersFunctiongetSearchTabQueryConfig
( projectId: string, tab: SearchTab, )
src/client/features/search-tabs/SearchTabStrip.tsx:168
↓ 1 callersFunctiongetSeverity
(input: { score: number | null; impactMs: number | null; impactBytes: number | null; })
src/server/lib/lighthouseStoredPayload.ts:148
↓ 1 callersFunctiongetSeverityCounts
(issues: LighthouseIssue[])
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:245
↓ 1 callersFunctiongetSocialProviders
()
src/lib/auth.ts:168
↓ 1 callersFunctiongetSortSearchUpdate
( nextSort: DomainSortMode, nextOrder: SortOrder, )
src/client/features/domain/DomainOverviewPage.tsx:72
↓ 1 callersFunctiongetStaleReason
( workflowStatus: RankCheckWorkflowStatus | null, run: RunRow, )
src/server/features/rank-tracking/services/rankCheckRunGuards.ts:63
↓ 1 callersFunctiongetStoredKeywordResearchPageSize
()
src/client/features/keywords/page/KeywordResearchPagination.tsx:126
↓ 1 callersFunctiongetTabSearchUpdate
( nextTab: DomainActiveTab, currentSort: DomainSortMode, )
src/client/features/domain/DomainOverviewPage.tsx:103
↓ 1 callersFunctiongetTextareaRows
(value: string)
src/client/features/keywords/page/KeywordResearchSearchBar.tsx:19
↓ 1 callersFunctiongetToken
()
src/server/lib/gscClient.ts:103
↓ 1 callersFunctiongetTrustedOrigins
(baseUrl: string)
src/lib/auth.ts:126
↓ 1 callersFunctiongetUrlDisplayLabel
( value: string, display: "formatted" | "path" | "raw", )
src/client/components/table/url.tsx:61
↓ 1 callersFunctiongetValidatedTeamDomain
(teamDomain: string)
src/middleware/ensure-user/cloudflareAccess.ts:27
↓ 1 callersFunctiongetVerificationErrorMessage
(error: string | undefined)
src/routes/verify-email.tsx:32
↓ 1 callersFunctiongetVerifyEmailPageCopy
({ isHostedMode, errorMessage, isPending, isRedirecting, email, }: { isHostedMode: boolean; erro
src/routes/verify-email.tsx:47
↓ 1 callersFunctiongetWorkersEnv
()
src/server/lib/runtime-env.ts:31
↓ 1 callersFunctiongh
@param {readonly string[]} args
scripts/release-notes.mjs:39
↓ 1 callersFunctiongoToApp
()
src/routes/_authenticated.subscribe.tsx:112
↓ 1 callersMethodgroup
* The **`console.group()`** static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by
worker-configuration.d.ts:171
↓ 1 callersFunctionhandleAuthenticatedOpenSeoMcpRequest
( request: Request, props: unknown, env: unknown, ctx: ExecutionContext, )
src/server/mcp/transport.ts:43
↓ 1 callersFunctionhandleAutumnWebhookRequest
(request: Request)
src/server/billing/autumn-webhook.ts:17
↓ 1 callersFunctionhandleCallbackRequest
(request: Request)
src/routes/api/gsc/oauth/callback.ts:20
↓ 1 callersFunctionhandleContinueWithGoogle
()
src/routes/_auth.sign-in.tsx:97
↓ 1 callersFunctionhandleContinueWithGoogle
()
src/routes/_auth.sign-up.tsx:123
↓ 1 callersFunctionhandleCreate
()
src/client/features/saved-keywords/SavedKeywordsBulkTagsModal.tsx:73
↓ 1 callersFunctionhandleDeleteTag
(tagId: string)
src/routes/_project/p/$projectId/saved.tsx:227
↓ 1 callersFunctionhandleExportToSheets
()
src/client/features/backlinks/BacklinksToolbarMenus.tsx:28
↓ 1 callersFunctionhandleOAuthAuthorizeRequest
( request: Request, env: OpenSeoOAuthEnv, )
src/server/mcp/oauth-provider.ts:249
↓ 1 callersFunctionhandleOAuthConsentResponse
( request: Request, env: OpenSeoOAuthEnv, )
src/server/mcp/oauth-provider.ts:267
↓ 1 callersFunctionhandleResend
()
src/routes/verify-email.tsx:163
↓ 1 callersFunctionhandleRowClick
(row: KeywordResearchRow)
src/client/features/keywords/state/useKeywordResearchController.ts:239
↓ 1 callersFunctionhandleSelect
(project: ProjectSummary)
src/client/features/projects/ProjectSwitcher.tsx:36
↓ 1 callersFunctionhandleSelfHostedGscOAuthCallback
(input: { request: Request; user: SelfHostedGscUser; publicOrigin: string; })
src/server/features/gsc/selfHostedOAuth.ts:283
↓ 1 callersFunctionhandleSubscribe
()
src/routes/_authenticated.subscribe.tsx:203
↓ 1 callersFunctionhandleToggleAdd
(tag: SavedKeywordTagSummary)
src/client/features/saved-keywords/SavedKeywordsBulkTagsModal.tsx:62
↓ 1 callersFunctionhandleToggleRemove
(tag: SavedKeywordTag)
src/client/features/saved-keywords/SavedKeywordsBulkTagsModal.tsx:84
↓ 1 callersFunctionhasAnyFilter
(values: FilterValues)
src/client/features/domain/useDomainFilterPreferences.ts:21
↓ 1 callersFunctionhasHostedAuthEmailConfig
()
src/lib/auth.ts:204
↓ 1 callersFunctionhasKeywordSearchFilters
(search: DomainSearchParams)
src/client/features/domain/domainRouteState.ts:91
↓ 1 callersFunctionhasMarkedRedditSignupConversion
(userId: string)
src/client/lib/reddit-attribution.ts:70
↓ 1 callersFunctionhasMissingLighthouseScores
(row: LighthouseFailureFields)
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:60
↓ 1 callersFunctionhasPageSearchFilters
(search: DomainSearchParams)
src/client/features/domain/domainRouteState.ts:97
↓ 1 callersFunctionhasRedditAttribution
(input: RedditAttributionInput)
src/shared/reddit-attribution.ts:17
↓ 1 callersFunctionhasSufficientCoverage
( rows: EnrichedKeyword[], seedKeyword: string, threshold: number = MIN_NON_SEED_FOR_AUTO, )
src/server/features/keywords/services/research/selection.ts:27
↓ 1 callersFunctionhashString
(value: string)
src/shared/tag-colors.ts:21
↓ 1 callersFunctionhmacSha256
(secret: string, value: string)
src/server/billing/svix.ts:57
↓ 1 callersFunctionhostMatchesDomain
(host: string, domain: string)
src/server/mcp/tools/dataforseo-research-tools.ts:492
↓ 1 callersFunctionhostnameResolvesToBlockedAddress
( hostname: string, )
src/server/lib/audit/url-policy.ts:166
↓ 1 callersFunctionhtmlToText
Strips scripts/styles/tags and collapses whitespace into readable text.
src/server/features/onboarding/scrape.ts:118
↓ 1 callersFunctionidentifyAnalyticsUser
(args: { userId: string; organizationId: string | null; })
src/client/lib/posthog.ts:103
↓ 1 callersFunctioninstallDomainPerfProbe
(page: Page)
e2e/domain-overview-test-utils.ts:56
↓ 1 callersFunctioninvalidOAuthRequestResponse
(error: unknown)
src/server/mcp/oauth-provider.ts:89
↓ 1 callersFunctioninvalidateConfigs
()
src/routes/_project/p/$projectId/rank-tracking/index.tsx:17
↓ 1 callersFunctioninvalidateConfigs
()
src/routes/_project/p/$projectId/rank-tracking/$configId.tsx:27
↓ 1 callersFunctionisBlockedHost
(hostname: string)
src/server/lib/audit/url-policy.ts:117
↓ 1 callersFunctionisComparePeriod
(v: string)
src/client/features/rank-tracking/RankTrackingDetailHeader.tsx:16
↓ 1 callersFunctionisCountryCode
(value: string)
src/client/features/ai-search/components/PromptExplorerForm.tsx:34
↓ 1 callersFunctionisDescending
* Null/undefined-aware sorting functions that keep blank rows at the bottom * regardless of direction. TanStack's built-in `sortUndefined: "last"` ge
src/client/components/table/nullSafeSort.ts:10
↓ 1 callersFunctionisDomainDebugEnabled
()
src/client/features/domain/domainDebug.ts:5
↓ 1 callersFunctionisExpectedGrantFailure
Expected ways a stored grant fails to reach Search Console: no token could be * minted (refresh token revoked or expired), or Google rejected the ca
src/server/features/gsc/services/GscService.ts:77
↓ 1 callersFunctionisHttpUrl
(value: string | undefined)
src/client/components/Markdown.tsx:54
↓ 1 callersFunctionisKeywordSearchTab
(tab: SearchTab)
src/client/features/keywords/page/KeywordResearchPage.tsx:27
↓ 1 callersFunctionisLinkableUrl
(value: string)
src/client/lib/clipboard.ts:64
↓ 1 callersFunctionisProbablySitemapXml
* Fetch and parse a sitemap (supports sitemap index recursion). * Returns a flat list of page URLs found.
src/server/lib/audit/discovery.ts:64
↓ 1 callersFunctionisRecord
(value: unknown)
src/client/features/backlinks/useBacklinksFilters.ts:18
↓ 1 callersFunctionisRecord
(value: unknown)
src/client/features/ai-search/useBrandLookupFilters.ts:18
↓ 1 callersFunctionisRecord
(value: unknown)
src/client/features/domain/useDomainFilterPreferences.ts:17
↓ 1 callersFunctionisRecord
(value: unknown)
src/client/features/billing/BillingFeatureBreakdown.tsx:48
↓ 1 callersFunctionisRecord
(value: unknown)
src/server/lib/runtime-env.ts:47
↓ 1 callersFunctionisRecord
(value: unknown)
src/server/lib/audit/discovery.ts:94
↓ 1 callersFunctionisRecord
@param {unknown} value @returns {value is Record<string, unknown>}
scripts/release-notes.mjs:91
↓ 1 callersFunctionisTagColorKey
(value: unknown)
src/shared/tag-colors.ts:14
↓ 1 callersFunctionisTargetDomain
* The lookup targets a domain with include_subdomains, so the target's own * pages can surface under any subdomain (docs.acme.com for acme.com) — tho
src/client/features/ai-search/components/BrandLookupCitationTables.tsx:74
↓ 1 callersFunctionissuesToCsv
(issues: LighthouseIssue[])
src/client/features/lighthouse/issues/utils.tsx:40
↓ 1 callersFunctionissuesToTable
(issues: LighthouseIssue[])
src/client/features/lighthouse/issues/utils.tsx:30
↓ 1 callersFunctionjoinTerms
(terms: string[])
src/client/features/saved-keywords/SavedKeywordsFilterPanel.tsx:108
↓ 1 callersFunctionkeywordTabMatches
( tab: KeywordTabValidationInput, input: KeywordTabValidationInput, )
src/client/features/keywords/hooks/useKeywordControlsForm.ts:112
← previousnext →801–900 of 1,984, ranked by callers