MCPcopy Create free account

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

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

Methodreply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that re
worker-configuration.d.ts:9614
MethodreportError
(error: any)
worker-configuration.d.ts:323
Functionrequest
( url: string, init?: { method?: string; body?: unknown }, )
src/server/lib/gscClient.ts:127
Functionresearch
( input: ResearchKeywordsInput, billingCustomer: BillingCustomerContext, creditFeature?: CreditFeature,
src/server/features/keywords/services/research/research.ts:285
Methodresponse
* The image as a response, ready to store in cache or return to users
worker-configuration.d.ts:9839
Methodresponse
* Returns the transformed media as an HTTP response object. * @returns The transformed media as a Response, ready to store in cache or return to
worker-configuration.d.ts:9904
FunctionrestoreProject
(projectId: string, organizationId: string)
src/server/features/projects/repositories/ProjectRepository.ts:121
Methodretry
(options?: QueueRetryOptions)
worker-configuration.d.ts:1920
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1926
MethodretryAll
(options?: QueueRetryOptions)
worker-configuration.d.ts:1932
Methodrollback
()
worker-configuration.d.ts:552
Methodrun
(event: WorkflowEvent<AuditParams>, step: WorkflowStep)
src/server/workflows/SiteAuditWorkflow.ts:27
FunctionrunExportCsv
( rows: LighthouseIssue[], variant: "all" | "current", )
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:177
FunctionrunExportSheets
( rows: LighthouseIssue[], variant: "all" | "current", )
src/client/features/lighthouse/issues/LighthouseIssuesScreen.tsx:186
Methodrunning
()
worker-configuration.d.ts:3217
Functionsanitize_properties
(properties, event)
src/client/lib/posthog.ts:43
FunctionsaveKeywordsToProject
(params: { projectId: string; keywords: string[]; locationCode: number; languageCode: string; })
src/server/features/keywords/repositories/KeywordResearchRepository.ts:116
FunctionsavedKeywordExportRow
(row: SavedKeywordRow)
src/client/features/saved-keywords/savedKeywordsUtils.ts:13
FunctionscheduleOpen
()
src/client/features/keywords/components/FloatingTooltip.tsx:62
Functionscheduled
( _controller: ScheduledController, env: Env, _ctx: ExecutionContext, )
src/server.ts:123
MethodsecureTransport
()
worker-configuration.d.ts:3144
Methodsend
* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of
worker-configuration.d.ts:3073
Methodsend
(message: EmailMessage)
worker-configuration.d.ts:9639
Methodsend
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
worker-configuration.d.ts:10036
MethodsendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
worker-configuration.d.ts:1898
MethodserializeAttachment
(attachment: any)
worker-configuration.d.ts:3080
Functionset
(key, data)
src/server/features/backlinks/services/BacklinksService.billing.test.ts:55
Functionset
(key, data)
scripts/backlinks-cost-profile.ts:19
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:554
MethodsetAlarm
(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions)
worker-configuration.d.ts:568
MethodsetHibernatableWebSocketEventTimeout
(timeoutMs?: number)
worker-configuration.d.ts:539
MethodsetInactivityTimeout
(durationMs: number | bigint)
worker-configuration.d.ts:3223
MethodsetInnerContent
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1526
MethodsetInterval
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:318
MethodsetReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rej
worker-configuration.d.ts:9601
FunctionsetSite
Map a verified property to a project. Rejects unverified properties and * properties not present on the connector's grant.
src/server/features/gsc/services/GscService.ts:113
MethodsetWebSocketAutoResponse
(maybeReqResp?: WebSocketRequestResponsePair)
worker-configuration.d.ts:536
Methodsignal
(signo: number)
worker-configuration.d.ts:3221
Methodstart
(options?: ContainerStartupOptions)
worker-configuration.d.ts:3218
MethodstartTls
(options?: TlsOptions)
worker-configuration.d.ts:3146
MethodstructuredClone
(value: T, options?: StructuredSerializeOptions)
worker-configuration.d.ts:322
Functionsubscribe
(onChange: () => void)
src/client/features/search-tabs/useSearchTabs.ts:174
FunctionsubscribeToThemePreference
(onStoreChange: () => void)
src/client/lib/theme.ts:64
Methodsync
()
worker-configuration.d.ts:570
Methodtee
* The **`tee()`** method of the two-element array containing the two resulting branches as new ReadableStream instances. * * [MDN Reference]
worker-configuration.d.ts:2195
Methodtext
(element: Text)
worker-configuration.d.ts:1497
Methodtext
(text: Text)
worker-configuration.d.ts:1502
Functiontick
(now: number)
e2e/domain-overview-test-utils.ts:85
Methodtime
* The **`console.time()`** static method starts a timer you can use to track how long an operation takes. * * [MDN Reference](https://develo
worker-configuration.d.ts:207
MethodtimeEnd
* The **`console.timeEnd()`** static method stops a timer that was previously started by calling console/time_static. * * [MDN Reference](ht
worker-configuration.d.ts:213
MethodtimeLog
* The **`console.timeLog()`** static method logs the current value of a timer that was previously started by calling console/time_static. *
worker-configuration.d.ts:219
MethodtimeStamp
(label?: string)
worker-configuration.d.ts:220
FunctiontoJSON
(data?: unknown)
src/server/lib/dataforseo/ai.ts:339
MethodtoJSON
()
worker-configuration.d.ts:2045
FunctiontoRankedKeywordRow
(item: unknown)
src/server/mcp/tools/dataforseo-research-tools.ts:513
Methodtrace
* The **`console.trace()`** static method outputs a stack trace to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/A
worker-configuration.d.ts:226
Methodtransaction
(closure: (txn: DurableObjectTransaction) => Promise<T>)
worker-configuration.d.ts:566
MethodtransactionSync
(closure: () => T)
worker-configuration.d.ts:573
Methodtransform
* Applies transformation options to the media content. * @param transform - Configuration for how the media should be transformed * @returns
worker-configuration.d.ts:9876
FunctiontriggerCheck
(input: { configId: string; projectId: string; billingCustomer: BillingCustomerContext; keywordIds?: s
src/server/features/rank-tracking/services/RankTrackingService.ts:183
FunctiontryCreateDefaultProject
(organizationId: string)
src/server/features/projects/repositories/ProjectRepository.ts:96
FunctiontryCreateRun
* Try to insert a new pending run. Returns true if inserted, false if blocked * by the partial unique index on (config_id) WHERE status IN ('pending'
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:151
FunctiontsvCell
(value: ExportValue)
src/client/lib/clipboard.ts:38
FunctionupdateAuditProgress
( auditId: string, workflowInstanceId: string, data: { pagesCrawled?: number; pagesTotal?: numbe
src/server/features/audit/repositories/AuditRepository.ts:53
FunctionupdateConfig
( configId: string, projectId: string, input: { domain?: string; locationCode?: number; lang
src/server/features/rank-tracking/services/RankTrackingService.ts:84
FunctionupdateConfig
( configId: string, projectId: string, data: Partial<InferInsertModel<typeof rankTrackingConfigs>>, )
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:97
FunctionupdateKeywordMetrics
( updates: Array<{ id: string; searchVolume: number | null; keywordDifficulty: number | null;
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:334
FunctionupdateProject
( projectId: string, organizationId: string, input: { name: string; domain?: string }, )
src/server/features/projects/repositories/ProjectRepository.ts:73
FunctionupdateRun
( runId: string, data: Partial<InferInsertModel<typeof rankCheckRuns>>, )
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:166
FunctionupdateSavedKeywordTag
(params: { projectId: string; tagId: string; name?: string; color?: string | null; })
src/server/features/keywords/repositories/SavedKeywordTagsRepository.ts:330
FunctionupdateTag
(input: { tagId: string; name?: string; color?: TagColorKey | null; })
src/client/features/saved-keywords/useTagManage.ts:27
Methodupgraded
()
worker-configuration.d.ts:3143
MethoduploadPart
(partNumber: number, value: ReadableStream | (ArrayBuffer | ArrayBufferView) | string | Blob, options?: R2Uplo
worker-configuration.d.ts:1968
Functionupsert
(input: { projectId: string; organizationId: string; siteUrl: string; connectedByUserId: string; con
src/server/features/gsc/repositories/GscConnectionRepository.ts:18
FunctionupsertKeywordMetric
(params: { projectId: string; keyword: string; locationCode: number; languageCode: string; searchVol
src/server/features/keywords/repositories/KeywordResearchRepository.ts:60
FunctionuserHasGrant
Whether this user has linked a google-search-console grant (regardless of * whether they've picked a property yet). Drives the connect-vs-pick UI.
src/server/features/gsc/services/GscService.ts:54
Methodwait
(delay: number, maybeOptions?: SchedulerWaitOptions)
worker-configuration.d.ts:857
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:453
MethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:528
MethodwebSocketClose
(ws: WebSocket, code: number, reason: string, wasClean: boolean)
worker-configuration.d.ts:495
MethodwebSocketError
(ws: WebSocket, error: unknown)
worker-configuration.d.ts:496
MethodwebSocketMessage
(ws: WebSocket, message: string | ArrayBuffer)
worker-configuration.d.ts:494
Methodwritable
()
worker-configuration.d.ts:3140
MethodwriteDataPoint
(event?: AnalyticsEngineDataPoint)
worker-configuration.d.ts:610
← previous1,901–1,984 of 1,984, ranked by callers