MCPcopy Create free account

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

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

↓ 1 callersFunctionuseAhrefsDomainRatings
(projectId: string)
src/client/features/backlinks/useAhrefsDomainRatings.ts:14
↓ 1 callersFunctionuseBacklinksDomainExpansion
({ projectId, searchState, }: { projectId: string; searchState: BacklinksSearchState; })
src/client/features/backlinks/useBacklinksDomainExpansion.ts:26
↓ 1 callersFunctionuseBacklinksFilters
()
src/client/features/backlinks/useBacklinksFilters.ts:90
↓ 1 callersFunctionuseBacklinksPageData
({ projectId, searchState, filters, }: UseBacklinksPageDataArgs)
src/client/features/backlinks/useBacklinksPageData.ts:74
↓ 1 callersFunctionuseBacklinksSearchHistory
(projectId: string)
src/client/hooks/useBacklinksSearchHistory.ts:31
↓ 1 callersFunctionuseBrandLookupFilters
()
src/client/features/ai-search/useBrandLookupFilters.ts:77
↓ 1 callersFunctionuseBrandLookupSearchHistory
(projectId: string)
src/client/hooks/useBrandLookupSearchHistory.ts:16
↓ 1 callersFunctionuseDomainKeywordFilterPreferences
(scope: string)
src/client/features/domain/useDomainFilterPreferences.ts:105
↓ 1 callersFunctionuseDomainKeywordsQuery
(input: DomainKeywordsQueryInput)
src/client/features/domain/hooks/useDomainKeywordsQuery.ts:51
↓ 1 callersFunctionuseDomainOverviewQuery
(input: Input)
src/client/features/domain/hooks/useDomainOverviewQuery.ts:12
↓ 1 callersFunctionuseDomainOverviewState
({ navigate, routeState, projectId, }: { navigate: DomainNavigate; routeState: DomainOverviewRouteSt
src/client/features/domain/DomainOverviewPage.tsx:171
↓ 1 callersFunctionuseDomainPageFilterPreferences
(scope: string)
src/client/features/domain/useDomainFilterPreferences.ts:132
↓ 1 callersFunctionuseDomainPagesQuery
(input: DomainPagesQueryInput)
src/client/features/domain/hooks/useDomainPagesQuery.ts:26
↓ 1 callersFunctionuseDomainSearchHistory
(projectId: string)
src/client/hooks/useDomainSearchHistory.ts:46
↓ 1 callersFunctionuseExportToSheetsModalState
()
src/client/lib/exportToSheets.ts:25
↓ 1 callersFunctionuseKeywordControlsForm
( input: UseKeywordControlsFormInput, onSubmit: (value: KeywordControlsValues) => void, )
src/client/features/keywords/hooks/useKeywordControlsForm.ts:125
↓ 1 callersFunctionuseKeywordFiltering
(params: { rows: KeywordResearchRow[]; filters: KeywordFilterValues; sortField: SortField; sortDir: So
src/client/features/keywords/hooks/useKeywordFiltering.ts:65
↓ 1 callersFunctionuseKeywordOverviewState
({ rows, searchedKeyword, selectedKeyword, hasSearched, isLoading, lastSearchError, keywordMode,
src/client/features/keywords/state/useKeywordOverviewState.ts:5
↓ 1 callersFunctionuseKeywordResearchController
( input: KeywordResearchControllerInput, )
src/client/features/keywords/state/useKeywordResearchController.ts:60
↓ 1 callersFunctionuseKeywordResearchData
( input: KeywordResearchQueryInput, addSearch: AddSearchFn, )
src/client/features/keywords/hooks/useKeywordResearchData.ts:93
↓ 1 callersFunctionuseKeywordSaveMutation
(projectId: string)
src/client/features/keywords/state/keywordControllerInternals.ts:56
↓ 1 callersFunctionuseKeywordSelection
()
src/client/features/keywords/hooks/useKeywordSelection.ts:18
↓ 1 callersFunctionuseKeywordSerpAnalysis
( projectId: string, locationCode: number, )
src/client/features/keywords/hooks/useKeywordSerpAnalysis.ts:7
↓ 1 callersFunctionuseKeywordUiState
(initialShowFilters: boolean)
src/client/features/keywords/state/keywordControllerInternals.ts:23
↓ 1 callersFunctionuseLaunchController
({ projectId, onAuditStarted, }: { projectId: string; onAuditStarted: (auditId: string) => void; })
src/client/features/audit/launch/useLaunchController.ts:40
↓ 1 callersFunctionuseLaunchMutations
({ projectId, historyRefetch, }: { projectId: string; historyRefetch: () => Promise<unknown>; })
src/client/features/audit/launch/useLaunchController.ts:106
↓ 1 callersFunctionuseLighthouseIssuesActions
({ allIssues, category, exportMutation, }: { allIssues: LighthouseIssue[]; category: CategoryTab;
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:144
↓ 1 callersFunctionuseLocalKeywordFilters
()
src/client/features/keywords/hooks/useLocalKeywordFilters.ts:45
↓ 1 callersFunctionuseMetricsRefresh
(projectId: string, configId: string)
src/client/features/rank-tracking/useMetricsRefresh.ts:5
↓ 1 callersFunctionusePreferredKeywordLocation
()
src/client/features/keywords/hooks/usePreferredKeywordLocation.ts:31
↓ 1 callersFunctionusePromptExplorerSearchHistory
(projectId: string)
src/client/hooks/usePromptExplorerSearchHistory.ts:42
↓ 1 callersFunctionuseRankCheckTrigger
({ configId, isRunning, projectId, onSuccess, }: { configId: string; isRunning: boolean; project
src/client/features/rank-tracking/useRankCheckTrigger.ts:7
↓ 1 callersFunctionuseRankRunPolling
(projectId: string, configId: string)
src/client/features/rank-tracking/useRankRunPolling.ts:9
↓ 1 callersFunctionuseRankTrackingColumns
( showDesktop: boolean, showMobile: boolean, domain: string, selectAnchorRef: MutableRefObject<Selecti
src/client/features/rank-tracking/RankTrackingColumns.tsx:187
↓ 1 callersFunctionuseResolvedKeywordLocation
( input: KeywordResearchControllerInput, )
src/client/features/keywords/state/keywordControllerInternals.ts:10
↓ 1 callersFunctionuseResultStats
( pages: AuditResultsData["pages"], lighthouse: AuditResultsData["lighthouse"], )
src/client/features/audit/results/ResultsView.tsx:75
↓ 1 callersFunctionuseSaveAndExportActions
(params: SaveExportActionParams)
src/client/features/keywords/state/keywordControllerActions.ts:94
↓ 1 callersFunctionuseSaveKeywordsMutation
({ projectId, queryClient, }: { projectId: string; queryClient: QueryClient; })
src/client/features/domain/mutations.ts:4
↓ 1 callersFunctionuseSavedKeywordsExport
(params: { projectId: string; appliedFilters: AppliedSavedKeywordsFilters; selectedTagIds: string[]; s
src/client/features/saved-keywords/useSavedKeywordsExport.ts:16
↓ 1 callersFunctionuseSavedKeywordsFilters
()
src/client/features/saved-keywords/useSavedKeywordsFilters.ts:20
↓ 1 callersFunctionuseSearchHistory
(projectId: string)
src/client/hooks/useSearchHistory.ts:24
↓ 1 callersFunctionuseSearchTabs
(key: string)
src/client/features/search-tabs/useSearchTabs.ts:187
↓ 1 callersFunctionuseTagManage
(projectId: string)
src/client/features/saved-keywords/useTagManage.ts:11
↓ 1 callersFunctionverifyState
(state: string, clientSecret: string)
src/server/features/gsc/selfHostedOAuth.ts:112
↓ 1 callersFunctionwithDefaultMcpResource
(authRequest: AuthRequest, request: Request)
src/server/mcp/oauth-provider.ts:200
↓ 1 callersFunctionwithExistingPostHogClient
(fn: (client: BrowserPostHogClient) => void)
src/client/lib/posthog.ts:83
↓ 1 callersFunctionwriteThemePreference
(themePreference: ThemePreference)
src/client/lib/theme.ts:27
Method"assert"
(condition?: boolean, ...data: any[])
worker-configuration.d.ts:123
FunctionAccessGate
({ title, bodyText, helperText, buttonLabel, refetchingLabel = "Confirming...", externalUrl, ext
src/client/features/access-gate/AccessGate.tsx:17
FunctionAccessGateLoadingState
()
src/client/features/access-gate/AccessGate.tsx:4
FunctionAccountMenu
({ mobileOnly = false }: { mobileOnly?: boolean })
src/client/layout/AppShell.tsx:310
FunctionAddKeywordsPanel
({ configId, projectId, onSuccess, onCancel, }: { configId: string; projectId: string; onSuccess
src/client/features/rank-tracking/AddKeywordsPanel.tsx:8
FunctionAiPage
()
src/routes/_app/ai.tsx:41
FunctionAiSearchLoadingState
()
src/client/features/ai-search/components/AiSearchLoadingState.tsx:1
FunctionAiSearchPaidPlanGate
({ feature, description, bullets }: Props)
src/client/features/ai-search/components/AiSearchPaidPlanGate.tsx:11
FunctionAiSearchSetupGate
({ errorMessage, isRefetching, onRetry, }: { errorMessage: string | null; isRefetching: boolean; o
src/client/features/ai-search/components/AiSearchSetupGate.tsx:3
FunctionAppContent
({ drawerOpen, projectId, onCloseDrawer, children, }: { drawerOpen: boolean; projectId: string | n
src/client/layout/AppShellParts.tsx:61
FunctionAppDataTable
({ table, className = "table table-sm", wrapperClassName = "overflow-x-auto", empty, isLoading, lo
src/client/components/table/AppDataTable.tsx:115
FunctionAppLayout
()
src/routes/__root.tsx:90
FunctionAppRouteLayout
()
src/routes/_app/route.tsx:11
FunctionArchivedProjects
()
src/routes/_app/projects.tsx:100
FunctionAreaTrendChart
({ trend }: { trend: MonthlySearch[] })
src/client/features/keywords/components/DisplayPrimitives.tsx:62
FunctionArrowCta
({ href = SIGNUP_URL, className = "itc-btn itc-btn-primary", children = "Start enjoying SEO", size = "
web/src/components/landing-page.tsx:170
FunctionAuditDetail
({ projectId, auditId, tab, onBack, onTabChange, }: { projectId: string; auditId: string; tab:
src/routes/_project/p/$projectId/audit/index.tsx:64
FunctionAuditHistorySection
({ projectId, history, isLoading, onDelete, }: { projectId: string; history: Awaited<ReturnType<ty
src/client/features/audit/launch/AuditHistorySection.tsx:6
FunctionAuditIssuesPage
()
src/routes/_project/p/$projectId/audit/issues/$resultId.tsx:12
FunctionAuthConfigErrorCard
({ message, onRetry, }: AuthConfigErrorCardProps)
src/client/components/AuthConfigErrorCard.tsx:11
FunctionAuthMethodChooser
({ googleLabel, emailLabel = "Continue with email", isBusy, disabled, onContinueWithGoogle, onCont
src/client/features/auth/AuthPage.tsx:27
FunctionAuthPageCard
({ title, helperText, children, footer, }: { title: string; helperText?: string; children: React
src/client/features/auth/AuthPage.tsx:89
FunctionAuthPageLayout
()
src/routes/_auth.tsx:16
FunctionAuthPageShell
({ children }: { children: React.ReactNode })
src/client/features/auth/AuthPage.tsx:123
FunctionAuthenticatedAppLayout
({ children, projectId, banner, }: { children: React.ReactNode; projectId?: string; banner?: React
src/client/layout/AppShell.tsx:30
FunctionAuthenticatedShellLayout
()
src/routes/_authenticated.tsx:9
FunctionAvailableTools
()
src/client/features/ai-mcp/AvailableTools.tsx:123
FunctionBacklinkFlags
({ row }: { row: BacklinksRow })
src/client/features/backlinks/BacklinksTableColumns.tsx:30
FunctionBacklinksActionsMenu
({ isLoadingRatings, loadRatings, ratableDomains, }: { isLoadingRatings: boolean; loadRatings: (doma
src/client/features/backlinks/BacklinksToolbarMenus.tsx:95
FunctionBacklinksBody
({ projectId, accessGate, backlinksDisabledByError, history, historyLoaded, overviewData, overvi
src/client/features/backlinks/BacklinksPageContent.tsx:65
FunctionBacklinksErrorState
({ errorMessage, onRetry, }: { errorMessage: string | null; onRetry: () => void; })
src/client/features/backlinks/BacklinksPageStates.tsx:67
FunctionBacklinksExportMenu
({ activeTab, exportTarget, headers, rows, }: { activeTab: BacklinksSearchState["tab"]; exportTarg
src/client/features/backlinks/BacklinksToolbarMenus.tsx:14
FunctionBacklinksFilterPanel
({ activeTab, filters, onApplied, }: { activeTab: BacklinksTab; filters: BacklinksFiltersState; on
src/client/features/backlinks/BacklinksFilterPanel.tsx:18
FunctionBacklinksHistorySection
({ projectId, history, historyLoaded, onRemoveHistoryItem, }: Props)
src/client/features/backlinks/BacklinksHistorySection.tsx:12
FunctionBacklinksLoadingState
()
src/client/features/backlinks/BacklinksPageStates.tsx:34
FunctionBacklinksNewLostChart
({ data, }: { data: BacklinksOverviewData["newLostTrends"]; })
src/client/features/backlinks/BacklinksPageCharts.tsx:88
FunctionBacklinksOverviewPanels
({ projectId, data, summaryStats, }: { projectId: string; data: BacklinksOverviewData; summaryStat
src/client/features/backlinks/BacklinksOverviewPanels.tsx:13
FunctionBacklinksPage
({ projectId, searchState, navigate, }: BacklinksPageProps)
src/client/features/backlinks/BacklinksPage.tsx:24
FunctionBacklinksResultsCard
({ projectId, activeTab, tabRows, filters, sorting, view, domainExpansion, isTabLoading, tab
src/client/features/backlinks/BacklinksPageSections.tsx:36
FunctionBacklinksRoute
()
src/routes/_project/p/$projectId/backlinks.tsx:14
FunctionBacklinksSearchCard
({ canOpenSearch, errorMessage, initialValues, onSubmit, tabLimit, }: { canOpenSearch?: (values: S
src/client/features/backlinks/BacklinksSearchCard.tsx:52
FunctionBacklinksSetupGate
({ errorMessage, isRefetching, onRetry, }: { errorMessage: string | null; isRefetching: boolean; o
src/client/features/backlinks/BacklinksPageStates.tsx:4
FunctionBacklinksSourceLink
({ url, maxLength, muted = false, }: { url: string; maxLength: number; muted?: boolean; })
src/client/features/backlinks/BacklinksPageLinks.tsx:4
FunctionBacklinksTable
({ rows, domainRatings, sorting, onSortingChange, expansion, }: { rows: BacklinksRow[]; domainRa
src/client/features/backlinks/BacklinksTable.tsx:77
FunctionBacklinksToggleControls
({ draft, setValue, }: { draft: BacklinksTabFilterValues; setValue: (key: keyof BacklinksTabFilterValu
src/client/features/backlinks/BacklinksFilterPanel.tsx:172
FunctionBacklinksTrendChart
({ data, }: { data: BacklinksOverviewData["trends"]; })
src/client/features/backlinks/BacklinksPageCharts.tsx:18
FunctionBannerShell
({ variant, children, }: { variant: "info" | "warning" | "error"; children: React.ReactNode; })
src/client/features/billing/FreePlanBanner.tsx:106
FunctionBillingFeatureBreakdown
()
src/client/features/billing/BillingFeatureBreakdown.tsx:136
FunctionBillingPage
()
src/routes/_app/billing.tsx:33
FunctionBillingPageContent
()
src/routes/_app/billing.tsx:41
FunctionBillingUsageChart
()
src/client/features/billing/BillingUsageChart.tsx:15
FunctionBlogHeader
({ title, description, }: { title: string; description?: string; })
web/src/routes/blogs/$.tsx:108
FunctionBlogIndex
()
web/src/routes/blogs/index.tsx:20
← previousnext →1,101–1,200 of 1,984, ranked by callers