MCPcopy Create free account

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

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

↓ 1 callersFunctionresolveSortOrder
( sortMode: DomainSortMode, sortOrder: SortOrder | undefined, )
src/client/features/domain/utils.ts:31
↓ 1 callersFunctionresolveThemeName
(themePreference: ThemePreference)
src/client/lib/theme.ts:39
↓ 1 callersFunctionresponseForAppError
( error: unknown, fallbackMessage: string, )
src/server/lib/http-errors.ts:23
↓ 1 callersFunctionrestoreOnboardingAnswers
( saved: SavedOnboardingAnswers, )
src/client/features/onboarding/onboardingModel.ts:82
↓ 1 callersFunctionroundExportNumber
(value: number)
src/client/lib/csv.ts:30
↓ 1 callersFunctionrouteOnboardingChatAgent
( request: Request, env: Env, )
src/server.ts:69
↓ 1 callersMethodrun
(event: WorkflowEvent<RankCheckParams>, step: WorkflowStep)
src/server/workflows/RankCheckWorkflow.ts:251
↓ 1 callersFunctionrunAuditPhases
( step: WorkflowStep, params: AuditPhasesParams, )
src/server/workflows/siteAuditWorkflowPhases.ts:46
↓ 1 callersFunctionrunCopy
(data: ExportPayload, toastMessage: string)
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:198
↓ 1 callersFunctionrunCrawlBatch
( step: WorkflowStep, crawlBatchIndex: number, urlsToCrawl: string[], origin: string, )
src/server/workflows/siteAuditWorkflowCrawl.ts:167
↓ 1 callersFunctionrunCrawlPhase
( step: WorkflowStep, params: CrawlPhaseParams, )
src/server/workflows/siteAuditWorkflowCrawl.ts:36
↓ 1 callersFunctionrunDiscoveryPhase
( step: WorkflowStep, auditId: string, workflowInstanceId: string, origin: string, maxPages: number,
src/server/workflows/siteAuditWorkflowPhases.ts:99
↓ 1 callersFunctionrunDryRun
()
scripts/d1-default-project-cleanup.ts:65
↓ 1 callersFunctionrunExport
(data: ExportPayload)
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:165
↓ 1 callersFunctionrunLighthouseBatch
(params: { step: WorkflowStep; lighthouseBatchIndex: number; batch: Array<{ url: string; pageId: string
src/server/workflows/siteAuditWorkflowPhases.ts:211
↓ 1 callersFunctionrunLighthousePhase
( step: WorkflowStep, params: LighthousePhaseParams, )
src/server/workflows/siteAuditWorkflowPhases.ts:126
↓ 1 callersFunctionrunLiveCheck
( step: WorkflowStep, ctx: CheckContext, )
src/server/workflows/rankCheckPaths.ts:124
↓ 1 callersFunctionrunModel
( args: RunModelArgs, )
src/server/features/ai-search/services/promptExplorer.ts:88
↓ 1 callersFunctionrunPreflightBlockers
()
scripts/d1-default-project-cleanup.ts:353
↓ 1 callersFunctionrunQueuedCheck
( step: WorkflowStep, ctx: CheckContext, )
src/server/workflows/rankCheckPaths.ts:269
↓ 1 callersFunctionrunWithMcpToolAuthContext
( context: McpToolAuthContext, callback: () => T, )
src/server/mcp/context.ts:66
↓ 1 callersFunctionsameModels
(a: string[], b: string[])
src/client/hooks/usePromptExplorerSearchHistory.ts:22
↓ 1 callersFunctionsanitizeCsvValue
( value: string | number | boolean, )
src/client/lib/csv.ts:38
↓ 1 callersFunctionsaveFiltersToStorage
(filters: KeywordFilterValues)
src/client/features/keywords/hooks/useLocalKeywordFilters.ts:32
↓ 1 callersFunctionsavePreferredLocationCode
(locationCode: number)
src/client/features/keywords/hooks/usePreferredKeywordLocation.ts:23
↓ 1 callersFunctionsaveSelectedKeywords
({ selectedKeywords, filteredKeywords, save, projectId, locationCode, languageCode, }: { selecte
src/client/features/domain/domainActions.ts:24
↓ 1 callersFunctionsaveToStorage
(tab: string, values: FilterValues)
src/client/features/backlinks/useBacklinksFilters.ts:53
↓ 1 callersFunctionsaveToStorage
(tab: string, values: FilterValues)
src/client/features/ai-search/useBrandLookupFilters.ts:46
↓ 1 callersFunctionscoreColor
(score: number | null)
src/client/features/lighthouse/issues/LighthouseIssuesSummary.tsx:47
↓ 1 callersFunctionscoreStrokeColor
(score: number | null)
src/client/features/lighthouse/issues/LighthouseIssuesSummary.tsx:54
↓ 1 callersFunctionscrapePage
Fetches one (already-validated) URL and shapes it as a page, or null if it * couldn't be read or yielded no text.
src/server/features/onboarding/scrape.ts:143
↓ 1 callersFunctionseedCrawlQueue
({ startUrl, origin, robots, sitemapUrls, visited, queued, queue, }: { startUrl: string; ori
src/server/workflows/siteAuditWorkflowCrawl.ts:108
↓ 1 callersFunctionselectLighthousePages
(params: { step: WorkflowStep; auditId: string; workflowInstanceId: string; allPages: StepPageResult[]
src/server/workflows/siteAuditWorkflowPhases.ts:185
↓ 1 callersFunctionselectLighthouseSample
( pages: LighthouseSamplePage[], startUrl: string, strategy: LighthouseStrategy, )
src/server/lib/audit/lighthouse.ts:118
↓ 1 callersFunctionselectNextCrawlBatch
( queue: string[], queued: Set<string>, visited: Set<string>, robots: RobotsResult, remaining: numbe
src/server/workflows/siteAuditWorkflowCrawl.ts:145
↓ 1 callersFunctionselectPaidSubscription
(subscriptions: AutumnSubscriptionInput[])
src/server/billing/customer-status-model.ts:49
↓ 1 callersFunctionsendHostedPasswordResetEmail
({ email, resetUrl, }: { email: string; resetUrl: string; })
src/server/email/loops.ts:130
↓ 1 callersFunctionsendHostedVerificationEmail
({ email, confirmationUrl, }: { email: string; confirmationUrl: string; })
src/server/email/loops.ts:111
↓ 1 callersFunctionsendText
(text: string)
src/client/features/onboarding/OnboardingChatConversation.tsx:226
↓ 1 callersFunctionsentenceCase
@param {string} text
scripts/release-notes.mjs:202
↓ 1 callersFunctionserverConditionCount
(values: BacklinksTabFilterValues)
src/server/features/backlinks/services/backlinksApiFilters.test.ts:97
↓ 1 callersMethodsetAttribute
(name: string, value: string)
worker-configuration.d.ts:1517
↓ 1 callersFunctionsetPreferredLocationCode
(locationCode: number)
src/client/features/keywords/hooks/usePreferredKeywordLocation.ts:43
↓ 1 callersFunctionseverityBadgeClass
(severity: "critical" | "warning" | "info")
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:150
↓ 1 callersFunctionseverityIcon
(severity: "critical" | "warning" | "info")
src/client/features/lighthouse/issues/LighthouseIssueRow.tsx:160
↓ 1 callersFunctionsha256Hex
* Compute a deterministic SHA-256 digest for cache keys.
src/server/lib/r2-cache.ts:67
↓ 1 callersFunctionshapeQuerySources
( item: LlmMentionItem, )
src/server/features/ai-search/services/brandLookupShaping.ts:176
↓ 1 callersFunctionshapeSuccess
* Shape a raw LLM response into the brand-agnostic success payload we cache. * Brand-specific fields (`matchedBrand`, `brandMentioned`) are computed
src/server/features/ai-search/services/promptExplorer.ts:151
↓ 1 callersFunctionshapeTopQueries
( bundles: Array<PlatformOutcome & { bundle: PlatformBundle }>, )
src/server/features/ai-search/services/brandLookupShaping.ts:145
↓ 1 callersFunctionshouldUseKeywordE2eFixtures
()
src/serverFunctions/keywords.ts:17
↓ 1 callersFunctionsignState
(payload: string, clientSecret: string)
src/server/features/gsc/selfHostedOAuth.ts:71
↓ 1 callersFunctionsixteenMonthFloor
(today: Date)
src/server/features/gsc/searchAnalytics.ts:100
↓ 1 callersFunctionslugify
(value: string)
src/client/features/ai-search/components/brandLookupExport.ts:66
↓ 1 callersFunctionslugify
(value: string)
src/client/features/rank-tracking/KeywordTrendModal.tsx:393
↓ 1 callersFunctionslugify
(value: string)
scripts/seed-rank-tracking.ts:339
↓ 1 callersFunctionsortCompetitors
( items: Record<string, unknown>[], sortBy: FindSerpCompetitorsArgs["sortBy"], )
src/server/mcp/tools/dataforseo-research-tools.ts:422
↓ 1 callersFunctionsortIssues
(issues: StoredLighthouseIssue[])
src/server/lib/lighthousePayload.ts:19
↓ 1 callersFunctionsortKeywordMetricRows
( rows: KeywordMetricRow[], sortBy: NonNullable<GetKeywordMetricsArgs["sortBy"]> = "search_volume", )
src/server/mcp/tools/dataforseo-research-tools.ts:479
↓ 1 callersFunctionsortOrderByRankedMode
( sortBy: GetRankedKeywordsArgs["sortBy"] = "search_volume", )
src/server/mcp/tools/dataforseo-research-tools.ts:374
↓ 1 callersFunctionstartAnalyticsCapture
()
src/client/lib/posthog.ts:137
↓ 1 callersFunctionstartAudit
(input: { actorUserId: string; billingCustomer: BillingCustomerContext; projectId: string; startUrl: s
src/server/features/audit/services/AuditService.ts:18
↓ 1 callersFunctionstatusForAppError
(code: string)
src/server/lib/http-errors.ts:3
↓ 1 callersFunctionstopAnalyticsCapture
()
src/client/lib/posthog.ts:123
↓ 1 callersFunctionstoredScope
(tokens: GoogleTokenResponse)
src/server/features/gsc/selfHostedOAuth.ts:146
↓ 1 callersFunctionstripPrefix
@param {string} subject
scripts/release-notes.mjs:194
↓ 1 callersFunctionsubtractRange
(end: Date, range: GscDateRange)
src/server/features/gsc/searchAnalytics.ts:75
↓ 1 callersFunctionsummarizeMetrics
(metrics: DomainPerfMetrics)
e2e/domain-overview-filters.perf.spec.ts:223
↓ 1 callersFunctionsummarizeZodIssues
(error: z.ZodError, maxIssues = 3)
src/server/lib/dataforseoLighthousePayload.ts:92
↓ 1 callersFunctionsyncAutumnCustomerStatus
(customerId: string)
src/server/billing/customer-status-sync.ts:11
↓ 1 callersFunctionsyncBillingStatusToLoops
( snapshot: BillingCustomerStatusSnapshot, )
src/server/billing/loops-sync.ts:12
↓ 1 callersFunctionsyncHostedSignupContact
(user: { id: string; email: string; name?: string | null; })
src/lib/auth.ts:106
↓ 1 callersFunctiontagChipClass
(color: TagColorKey)
src/shared/tag-colors.ts:48
↓ 1 callersFunctiontagSwatchClass
(color: TagColorKey)
src/shared/tag-colors.ts:56
↓ 1 callersFunctiontoCanonicalPath
(path: string)
web/src/lib/seo.ts:11
↓ 1 callersFunctiontoDeviceResult
( snapshot: SnapshotRow, previousPosition: number | null, )
src/server/features/rank-tracking/services/rankTrackingResults.ts:160
↓ 1 callersFunctiontoFiltersPayload
( filters: DomainFilterValues, )
src/client/features/domain/hooks/useDomainKeywordsQuery.ts:32
↓ 1 callersFunctiontoFullUrl
(url: string, domain: string)
src/client/features/rank-tracking/RankTrackingTableParts.tsx:273
↓ 1 callersFunctiontoHex
(value: string)
scripts/seed-rank-tracking.ts:346
↓ 1 callersFunctiontoPath
(url: string)
src/client/features/rank-tracking/RankTrackingTableParts.tsx:265
↓ 1 callersFunctiontoReferringDomainsFiltersPayload
( values: ReferringDomainsFilterValues, )
src/client/features/backlinks/backlinksFilterTypes.ts:162
↓ 1 callersFunctiontoSavedKeywordSort
( value: string | undefined, )
src/client/features/saved-keywords/savedKeywordsUtils.ts:26
↓ 1 callersFunctiontoSortOrder
(value: string | null)
src/client/features/domain/utils.ts:22
↓ 1 callersFunctiontoStored
Round a continuous rank and drop it to null when it falls past the depth.
scripts/seed-rank-tracking.ts:263
↓ 1 callersFunctiontoTopPagesFiltersPayload
( values: TopPagesFilterValues, )
src/client/features/backlinks/backlinksFilterTypes.ts:177
↓ 1 callersFunctiontoggleModel
(model: PromptExplorerModel)
src/client/features/ai-search/components/PromptExplorerForm.tsx:53
↓ 1 callersFunctiontopPage
( url: string, platform: "chat_gpt" | "google", mentions: number | null, aiSearchVolume: number | null
src/server/features/ai-search/services/brandLookup.test.ts:273
↓ 1 callersFunctiontruncate
(value: string, maxLength: number)
src/server/features/ai-search/services/citedSources.ts:116
↓ 1 callersFunctiontruncateMiddle
(value: string, maxLength: number)
src/client/features/backlinks/backlinksPageUtils.ts:117
↓ 1 callersFunctionunmarkRedditSignupConversion
()
src/client/lib/reddit-attribution.ts:80
↓ 1 callersFunctionupdate
()
src/client/features/keywords/components/DisplayPrimitives.tsx:74
↓ 1 callersFunctionupdate
()
src/client/features/billing/BillingUsageChart.tsx:23
↓ 1 callersFunctionupdateAnalyticsPreference
(enabled: boolean)
src/routes/_app/settings.tsx:31
↓ 1 callersFunctionupdateSavedKeywordTag
(input: UpdateSavedKeywordTagInput)
src/server/features/keywords/services/research/saved-keywords.ts:246
↓ 1 callersFunctionupdateWidth
()
src/client/features/backlinks/BacklinksPageCharts.tsx:160
↓ 1 callersFunctionupsertAttribution
(args: CaptureRedditConversionArgs)
src/server/lib/reddit-conversions.ts:45
↓ 1 callersFunctionupsertBillingCustomerStatus
( snapshot: BillingCustomerStatusSnapshot, )
src/server/billing/customer-status-sync.ts:21
↓ 1 callersFunctionupsertGrant
(input: { user: SelfHostedGscUser; tokens: GoogleTokenResponse; })
src/server/features/gsc/selfHostedOAuth.ts:163
↓ 1 callersFunctionupsertHostedSignupContact
({ userId, email, name, }: { userId: string; email: string; name?: string | null; })
src/server/email/loops.ts:80
↓ 1 callersFunctionupsertSavedKeywordTags
( projectId: string, tagNames: readonly string[] | undefined, )
src/server/features/keywords/repositories/SavedKeywordTagsRepository.ts:253
↓ 1 callersFunctionurlPath
(rawUrl: string)
src/client/features/ai-search/components/BrandLookupCitationTables.tsx:55
← previousnext →1,001–1,100 of 1,984, ranked by callers