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
↓ 172 callers
Function
text
(result: { content?: Array<{ type: string; text?: string }> })
src/server/mcp/tools/tool-text-output.test.ts:84
↓ 98 callers
Method
error
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
worker-configuration.d.ts:165
↓ 90 callers
Method
get
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)
worker-configuration.d.ts:1844
↓ 79 callers
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1549
↓ 79 callers
Method
set
* Set a new stored value
worker-configuration.d.ts:9678
↓ 57 callers
Function
readPath
(source: unknown, ...path: string[])
src/server/mcp/table.ts:53
↓ 49 callers
Method
values
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:2199
↓ 47 callers
Function
captureClientEvent
( event: string, properties?: Record<string, unknown>, )
src/client/lib/posthog.ts:95
↓ 46 callers
Method
toString
()
worker-configuration.d.ts:503
↓ 43 callers
Function
getStandardErrorMessage
( error: unknown, fallback: string = STANDARD_MESSAGES.INTERNAL_ERROR, )
src/client/lib/error-messages.ts:33
↓ 35 callers
Method
log
* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
worker-configuration.d.ts:195
↓ 33 callers
Function
createDataforseoClient
(customer: BillingCustomerContext)
src/server/lib/dataforseo/client.ts:82
↓ 32 callers
Function
assertOk
( response: DataforseoResponseLike<T> | null, options: AssertOkOptions = {}, )
src/server/lib/dataforseo/envelope.ts:109
↓ 32 callers
Function
mcpResponse
(opts: { text: string; meta?: McpResponseMeta; structuredContent?: Record<string, unknown>; })
src/server/mcp/formatters.ts:12
↓ 31 callers
Method
json
()
worker-configuration.d.ts:1997
↓ 28 callers
Function
buildTaskBilling
( task: DataforseoTaskLike, )
src/server/lib/dataforseo/envelope.ts:72
↓ 27 callers
Function
meter
* Wraps a section fetcher with billing metering. Each entry on the client is * `meter(customer, fetcher, defaultFeature?)`, which returns a function
src/server/lib/dataforseo/client.ts:69
↓ 24 callers
Method
delete
(key: Key)
worker-configuration.d.ts:1874
↓ 23 callers
Function
instrumentMcpToolHandler
( toolName: string, outputSchema: AnySchema | ZodRawShapeCompat | undefined, handler: ToolHandler<TArgs>
src/server/mcp/instrumentation.ts:34
↓ 22 callers
Function
isHostedClientAuthMode
()
src/lib/auth-mode.ts:17
↓ 21 callers
Function
withMcpProjectAuth
( handler: ( args: TArgs, context: McpProjectAuthContext, ) => Promise<TResult> | TResult, )
src/server/mcp/project-auth.ts:36
↓ 20 callers
Function
buildPageSeo
({ title, path, description, titleSuffix, ogType = "website", imageAlt = DEFAULT_SOCIAL_IMAGE_ALT,
web/src/lib/seo.ts:31
↓ 20 callers
Function
buildProjectMeta
( context: { auth: Pick<McpAuth, "organizationId">; baseUrl: string }, projectId: string, path?: string,
src/server/mcp/context.ts:105
↓ 20 callers
Function
mapDataforseoPathToCreditFeature
( path: readonly string[], )
src/shared/billing-credit-features.ts:30
↓ 18 callers
Function
formatNumber
(value: number | null | undefined)
src/client/features/backlinks/backlinksPageUtils.ts:60
↓ 18 callers
Function
isHostedServerAuthMode
()
src/server/lib/runtime-env.ts:27
↓ 18 callers
Function
toNumberOrUndefined
(value: string)
src/client/features/backlinks/backlinksFilterTypes.ts:134
↓ 17 callers
Function
buildCsv
(headers: string[], rows: CsvValue[][])
src/client/lib/csv.ts:7
↓ 17 callers
Function
device
( position: number | null, previousPosition: number | null, )
src/client/features/rank-tracking/rankTrackingScorecards.test.ts:8
↓ 17 callers
Function
exportTableToSheets
(args: { headers: string[]; rows: CsvValue[][]; feature: string; })
src/client/lib/exportToSheets.ts:49
↓ 17 callers
Function
getFieldError
(errors: readonly unknown[])
src/client/lib/forms.ts:69
↓ 16 callers
Function
fetch
(request, env)
src/server/mcp/oauth-provider.ts:361
↓ 16 callers
Function
formatMcpCell
(value: unknown)
src/server/mcp/table.ts:16
↓ 16 callers
Function
formatMcpTable
( rows: readonly T[], columns: readonly McpTableColumn<T>[], )
src/server/mcp/table.ts:35
↓ 16 callers
Function
row
( desktop: RankTrackingDeviceResult, mobile: RankTrackingDeviceResult = device(null, null), searchVolume
src/client/features/rank-tracking/rankTrackingScorecards.test.ts:15
↓ 15 callers
Method
limit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @
worker-configuration.d.ts:10085
↓ 15 callers
Method
text
()
worker-configuration.d.ts:1996
↓ 14 callers
Function
collectNumericRange
( out: FilterClause[], field: string, min: number | undefined, max: number | undefined, )
src/server/lib/dataforseo/filters.ts:25
↓ 14 callers
Function
numberToFilterString
(value: number | undefined)
src/client/features/domain/domainRouteState.ts:40
↓ 14 callers
Method
warn
* The **`console.warn()`** static method outputs a warning message to the console at the 'warning' log level. * * [MDN Reference](https://de
worker-configuration.d.ts:232
↓ 13 callers
Function
debugDomain
(event: string, payload?: DebugPayload)
src/client/features/domain/domainDebug.ts:13
↓ 13 callers
Function
expectPageResponsive
(page: Page, label: string)
e2e/domain-overview-test-utils.ts:334
↓ 13 callers
Function
normalizeAuthRedirect
(value: string | null | undefined)
src/lib/auth-redirect.ts:5
↓ 13 callers
Function
normalizeBacklinksTarget
( input: string, options: NormalizeBacklinksTargetOptions = {}, )
src/server/lib/dataforseoBacklinksTarget.ts:26
↓ 13 callers
Function
useAppTable
(options: UseAppTableOptions<TData>)
src/client/components/table/AppDataTable.tsx:43
↓ 12 callers
Function
createFormValidationErrors
({ fields, form, }: { fields?: Record<string, string | null | undefined>; form?: string | null | undef
src/client/lib/forms.ts:17
↓ 12 callers
Function
downloadCsv
(filename: string, content: string)
src/client/lib/csv.ts:52
↓ 12 callers
Function
isSameOrigin
(url: string, origin: string)
src/server/lib/audit/url-utils.ts:63
↓ 12 callers
Function
normalizeUrl
(url: string, base?: string)
src/server/lib/audit/url-utils.ts:13
↓ 11 callers
Function
buildKeywordFilters
( filters: DomainKeywordsFilters, searchTerm?: string, )
src/server/features/domain/services/domainKeywordFilters.ts:40
↓ 11 callers
Function
captureServerEvent
(args: { distinctId: string; event: string; properties?: Record<string, unknown>; organizationId: stri
src/server/lib/posthog.ts:42
↓ 11 callers
Function
getSignInSearch
(redirectTo: string)
src/lib/auth-redirect.ts:68
↓ 11 callers
Function
normalizeDomainInput
( input: string, includeSubdomains: boolean, )
src/server/lib/domainUtils.ts:16
↓ 11 callers
Function
openFilters
(page: Page)
e2e/domain-overview-test-utils.ts:236
↓ 11 callers
Function
parseTaskItems
( endpoint: string, task: DataforseoTaskLike, itemSchema: T, )
src/server/lib/dataforseo/envelope.ts:163
↓ 11 callers
Function
typeIntoDraftInput
( page: Page, input: Locator, value: string, label: string, options?: { actionTimeoutMs?: number
e2e/domain-overview-test-utils.ts:270
↓ 11 callers
Function
waitUntil
()
src/server/mcp/transport.test.ts:54
↓ 10 callers
Function
buildCacheKey
( prefix: string, params: Record<string, unknown>, )
src/server/lib/r2-cache.ts:18
↓ 10 callers
Function
copyTableToClipboard
( headers: string[], rows: CsvValue[][], )
src/client/lib/clipboard.ts:5
↓ 10 callers
Function
createGscClient
(opts: { userId: string })
src/server/lib/gscClient.ts:102
↓ 10 callers
Function
getLanguageCode
(locationCode: number)
src/shared/keyword-locations.ts:661
↓ 10 callers
Function
makeRow
( keyword: string, index: number, overrides: Partial<KeywordResearchRow> = {}, )
e2e/fixtures/keyword-research-fixtures.ts:19
↓ 10 callers
Function
toNumberOrUndefined
(value: string)
src/client/features/domain/hooks/useDomainKeywordsQuery.ts:25
↓ 9 callers
Function
buildLlmTarget
(input: { type: "domain" | "keyword"; value: string; })
src/server/lib/dataforseo/ai.ts:77
↓ 9 callers
Function
detectTarget
(rawInput: string)
src/shared/targetDetection.ts:13
↓ 9 callers
Function
getKeywordDataProvider
( locationCode: number, )
src/shared/keyword-locations.ts:722
↓ 9 callers
Function
getPublicOrigin
(request: Request)
src/server/mcp/public-origin.ts:10
↓ 9 callers
Function
isHostedAuthMode
(value: string | null | undefined)
src/lib/auth-mode.ts:13
↓ 9 callers
Function
isLabsLocationCode
(locationCode: number)
src/shared/keyword-locations.ts:713
↓ 9 callers
Function
isValidDomainHost
(host: string)
src/types/schemas/domain.ts:20
↓ 9 callers
Function
jsonCodec
(schema: z.ZodType<Output>)
src/shared/json.ts:3
↓ 9 callers
Function
safeHostname
(value: string | null | undefined)
src/server/features/ai-search/safeUrl.ts:31
↓ 9 callers
Function
safeHttpUrl
(value: string | null | undefined)
src/server/features/ai-search/safeUrl.ts:13
↓ 9 callers
Function
textOf
(result: { content?: Array<{ type: string; text?: string }>; })
src/server/mcp/tools/dataforseo-research-tools.test.ts:51
↓ 9 callers
Method
transform
* Apply transform next, returning a transform handle. * You can then apply more transformations, draw, or retrieve the output. * @param tran
worker-configuration.d.ts:9817
↓ 8 callers
Function
buildSearchAnalyticsRequest
( input: GscPerformanceInput, today: Date = new Date(), )
src/server/features/gsc/searchAnalytics.ts:133
↓ 8 callers
Function
buildStoredMetric
( audit: RawLighthouseAudit | undefined, )
src/server/lib/lighthouseStoredPayload.ts:93
↓ 8 callers
Function
bySegment
(seg: string)
src/client/navigation/items.ts:84
↓ 8 callers
Function
computeNextCheckAt
( interval: ScheduledRankTrackingInterval, previousNextCheckAt?: string | null, )
src/shared/rank-tracking.ts:118
↓ 8 callers
Function
ensureFiltersOpen
(page: Page, expectedLabel: string)
e2e/domain-overview-test-utils.ts:248
↓ 8 callers
Function
getCached
(key: string)
src/server/lib/r2-cache.ts:34
↓ 8 callers
Function
getErrorCode
(error: unknown)
src/client/lib/error-messages.ts:43
↓ 8 callers
Function
getFormError
(error: unknown)
src/client/lib/forms.ts:43
↓ 8 callers
Function
getSubscribeRouteState
(args: { hasSession: boolean; isCustomerLoading: boolean; isCustomerError: boolean; hasManagedAccess:
src/client/features/billing/route-state.ts:20
↓ 8 callers
Function
inferBacklinksSearchScopeFromTarget
( target: string, )
src/client/features/backlinks/backlinksSearchScope.ts:3
↓ 8 callers
Method
info
* The **`console.info()`** static method outputs a message to the console at the 'info' log level. * * [MDN Reference](https://developer.moz
worker-configuration.d.ts:189
↓ 8 callers
Function
isLighthouseFailure
(row: LighthouseFailureFields)
src/client/features/audit/results/AuditResultsTableFilterLogic.ts:69
↓ 8 callers
Function
jsonResponse
(body: unknown, init?: ResponseInit)
src/server/mcp/oauth-provider.ts:96
↓ 8 callers
Function
labsApi
()
src/server/lib/dataforseo/core.ts:122
↓ 8 callers
Function
linkCell
Renders nothing for status rows, the link cell otherwise.
src/client/features/backlinks/BacklinksTableColumns.tsx:122
↓ 8 callers
Function
makeSummary
( id: string, domain: string, devices: DomainSummary["devices"], locationCode: number, )
src/client/features/rank-tracking/RankTrackingFilters.test.ts:52
↓ 8 callers
Function
matchesPositionFilter
( position: number | null, minValue: string, maxValue: string, )
src/client/features/rank-tracking/RankTrackingFilters.tsx:366
↓ 8 callers
Function
mockClipboard
()
src/client/lib/clipboard.test.ts:16
↓ 8 callers
Function
normalizeAndValidateStartUrl
( input: string, )
src/server/lib/audit/url-policy.ts:189
↓ 8 callers
Function
openDomainOverview
(page: Page, tab: DomainTab)
e2e/domain-overview-test-utils.ts:167
↓ 8 callers
Function
runQuery
(sql: string)
scripts/d1-default-project-cleanup.ts:615
↓ 8 callers
Function
setCached
( key: string, data: T, ttlSeconds: number, )
src/server/lib/r2-cache.ts:51
↓ 7 callers
Function
applyDomainListFilters
( configs: T[], filters: DomainListFilters, )
src/client/features/rank-tracking/RankTrackingFilters.tsx:266
↓ 7 callers
Function
applyFilters
( page: Page, expectedParam = "minTraffic", expectedValue = "10", )
e2e/domain-overview-test-utils.ts:255
↓ 7 callers
Function
asAppError
(error: unknown)
src/server/lib/errors.ts:14
next →
1–100 of 1,984, ranked by callers