MCPcopy Create free account

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

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

Methodget
(key: string)
worker-configuration.d.ts:3293
Methodget
(name: string | null, getCode: () => WorkerLoaderWorkerCode | Promise<WorkerLoaderWorkerCode>)
worker-configuration.d.ts:3316
Methodget
* Retrieve the current stored value
worker-configuration.d.ts:9671
Methodget
* Get a secret from the Secrets Store, returning a string of the secret value * if it exists, or throws an error if it does not exist
worker-configuration.d.ts:10321
Methodget
* @param name Name of the Worker script. * @param args Arguments to Worker script. * @param options Options for Dynamic Dispatch invocation.
worker-configuration.d.ts:10839
FunctiongetActiveRunForConfig
* Returns the currently active (pending or running) run for a config, if any. * At most one such row exists, enforced by the partial unique index.
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:196
MethodgetAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:553
MethodgetAlarm
(options?: DurableObjectGetAlarmOptions)
worker-configuration.d.ts:567
FunctiongetAuditCapacityUsageForUser
(userId: string)
src/server/features/audit/repositories/AuditRepository.ts:208
FunctiongetAuditForWorkflow
( auditId: string, workflowInstanceId: string, )
src/server/features/audit/repositories/AuditRepository.ts:116
FunctiongetAuditResultsForProject
(auditId: string, projectId: string)
src/server/features/audit/repositories/AuditRepository.ts:223
FunctiongetAuditsByProject
(projectId: string)
src/server/features/audit/repositories/AuditRepository.ts:198
MethodgetBookmarkForTime
(timestamp: number | Date)
worker-configuration.d.ts:575
FunctiongetByProjectId
( projectId: string, )
src/server/features/gsc/repositories/GscConnectionRepository.ts:7
FunctiongetConfigById
({ configId, projectId, }: { configId: string; projectId: string; })
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:52
FunctiongetConfigByProjectDomainLocation
( projectId: string, domain: string, locationCode: number, )
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:72
FunctiongetConfigSummaries
(projectId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:262
FunctiongetConfigTrend
( configId: string, device: "desktop" | "mobile", sinceDays: number, )
src/server/features/rank-tracking/repositories/snapshotQueries.ts:70
FunctiongetConnection
(projectId: string)
src/server/features/gsc/services/GscService.ts:48
FunctiongetCrawledUrls
* Read all crawled URL entries for a running audit. * Returns newest-first.
src/server/lib/audit/progress-kv.ts:64
MethodgetCurrentBookmark
()
worker-configuration.d.ts:574
FunctiongetDueConfigsWithOrganization
(nowIso: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:113
FunctiongetEarliestSnapshotsForKeywords
( configId: string, keywordIds: string[], )
src/server/features/rank-tracking/repositories/snapshotQueries.ts:214
MethodgetEntrypoint
(name?: string, options?: WorkerStubEntrypointOptions)
worker-configuration.d.ts:3310
FunctiongetFixtureKeywordsPage
(data: { domain: string; page: number; pageSize: number; })
e2e/fixtures/domain-overview-fixtures.ts:50
FunctiongetFixtureOverview
(domain: string)
e2e/fixtures/domain-overview-fixtures.ts:1
FunctiongetFixturePagesPage
(data: { domain: string; page: number; pageSize: number; })
e2e/fixtures/domain-overview-fixtures.ts:13
MethodgetHibernatableWebSocketEventTimeout
()
worker-configuration.d.ts:540
FunctiongetHistory
(projectId: string)
src/server/features/audit/services/AuditService.ts:133
FunctiongetKeywordCountForConfig
(configId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:356
FunctiongetKeywordHistory
( configId: string, trackingKeywordId: string, sinceDays: number, )
src/server/features/rank-tracking/repositories/snapshotQueries.ts:41
FunctiongetKeywordResearchFixture
(data: ResearchKeywordsInput)
e2e/fixtures/keyword-research-fixtures.ts:36
FunctiongetKeywordsForConfig
(configId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:232
FunctiongetKeywordsPage
( input: { projectId: string; domain: string; includeSubdomains: boolean; locationCode: numb
src/server/features/domain/services/domainKeywordsPage.ts:40
FunctiongetLatestRun
(configId: string, projectId: string)
src/server/features/rank-tracking/services/RankTrackingService.ts:216
FunctiongetLatestRunForConfig
(configId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:182
FunctiongetLatestSnapshotsForKeywords
(configId: string)
src/server/features/rank-tracking/repositories/snapshotQueries.ts:203
FunctiongetLighthouseResultById
(input: { lighthouseResultId: string; projectId: string; })
src/server/features/audit/repositories/AuditRepository.ts:241
FunctiongetOverview
( input: { projectId: string; domain: string; includeSubdomains: boolean; locationCode: numb
src/server/features/domain/services/DomainService.ts:33
FunctiongetPagesPage
( input: { projectId: string; domain: string; includeSubdomains: boolean; locationCode: numb
src/server/features/domain/services/domainPagesPage.ts:120
FunctiongetPerformance
Pass-through of GSC `searchAnalytics.query` for a project's connected property.
src/server/features/gsc/services/GscService.ts:181
FunctiongetPositionMatrix
( configId: string, device: "desktop" | "mobile", runLimit: number, )
src/server/features/rank-tracking/repositories/snapshotQueries.ts:104
FunctiongetProjectById
(projectId: string)
src/server/features/projects/repositories/ProjectRepository.ts:51
FunctiongetProjectForOrganization
( organizationId: string, projectId: string, )
src/server/features/projects/services/projects.ts:144
FunctiongetProjectForOrganization
( projectId: string, organizationId: string, )
src/server/features/projects/repositories/ProjectRepository.ts:29
FunctiongetResults
(auditId: string, projectId: string)
src/server/features/audit/services/AuditService.ts:106
FunctiongetRouter
()
src/router.tsx:6
FunctiongetRouter
()
web/src/router.tsx:5
FunctiongetRunById
(runId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:173
FunctiongetSerpLiveAnalysis
( input: { projectId: string; keyword: string; locationCode: number; languageCode: string;
src/server/features/keywords/services/research/serp.ts:57
FunctiongetSnapshotsBeforeDate
( configId: string, beforeDate: string, )
src/server/features/rank-tracking/repositories/snapshotQueries.ts:207
FunctiongetSnapshotsForRun
(runId: string)
src/server/features/rank-tracking/repositories/RankTrackingRepository.ts:224
FunctiongetStatus
(auditId: string, projectId: string)
src/server/features/audit/services/AuditService.ts:87
FunctiongetSuggestedKeywords
( input: { domain: string; locationCode: number; languageCode: string; organizationId: strin
src/server/features/domain/services/DomainService.ts:103
FunctiongetTagFilterIds
(params: { projectId: string; tagIds?: string[]; tagNames?: string[]; })
src/server/features/keywords/repositories/SavedKeywordTagsRepository.ts:20
MethodgetTags
(ws: WebSocket)
worker-configuration.d.ts:541
MethodgetTcpPort
(port: number)
worker-configuration.d.ts:3222
MethodgetUnredacted
()
worker-configuration.d.ts:2675
MethodgetWebSocketAutoResponse
()
worker-configuration.d.ts:537
MethodgetWebSocketAutoResponseTimestamp
(ws: WebSocket)
worker-configuration.d.ts:538
MethodgetWebSockets
(tag?: string)
worker-configuration.d.ts:535
MethodgetWithMetadata
(key: Key, options?: Partial<KVNamespaceGetOptions<undefined>>)
worker-configuration.d.ts:1860
MethodgroupCollapsed
* The **`console.groupCollapsed()`** static method creates a new inline group in the console. * * [MDN Reference](https://developer.mozilla.
worker-configuration.d.ts:177
MethodgroupEnd
* The **`console.groupEnd()`** static method exits the current inline group in the console. * * [MDN Reference](https://developer.mozilla.or
worker-configuration.d.ts:183
FunctionhandleAdd
()
src/client/features/rank-tracking/KeywordSuggestionStep.tsx:226
FunctionhandleBack
()
src/routes/_project/p/$projectId/rank-tracking/$configId.tsx:36
FunctionhandleClearAllFilters
()
src/routes/_project/p/$projectId/saved.tsx:234
FunctionhandleClick
()
src/client/components/table/ExportToSheetsButton.tsx:34
FunctionhandleClick
(event: MouseEvent)
src/client/features/saved-keywords/SavedKeywordsTagFilter.tsx:47
FunctionhandleConnect
()
src/client/features/onboarding/SearchConsoleOnboardingStep.tsx:88
FunctionhandleConnect
()
src/client/features/gsc/GscReEngagementModal.tsx:84
FunctionhandleConnect
()
src/client/features/gsc/SearchConsoleConnectionCard.tsx:83
FunctionhandleCopy
()
src/client/features/domain/components/KeywordsTab.tsx:209
FunctionhandleCopy
()
src/client/features/domain/components/PagesTab.tsx:156
FunctionhandleCopy
()
src/client/features/rank-tracking/KeywordTrendModal.tsx:120
FunctionhandleCopy
()
src/client/features/ai-mcp/SetupControls.tsx:88
FunctionhandleCopy
()
src/routes/_app/support.tsx:17
FunctionhandleDismiss
()
src/client/features/gsc/GscReEngagementModal.tsx:79
FunctionhandleDomainBlur
()
src/client/features/rank-tracking/RankTrackingConfigModal.tsx:134
FunctionhandleDownloadSelectionCsv
()
src/client/features/domain/components/KeywordsTab.tsx:239
MethodhandleEvent
(event: EventType)
worker-configuration.d.ts:748
FunctionhandleExport
()
src/client/features/rank-tracking/KeywordTrendModal.tsx:127
FunctionhandleExportCsv
()
src/client/features/ai-search/components/BrandLookupCitationsCard.tsx:123
FunctionhandleExportSelectionCsv
()
src/client/features/keywords/page/KeywordResearchDesktopResults.tsx:159
FunctionhandleExportSelectionCsv
()
src/client/features/keywords/page/KeywordResearchMobileResults.tsx:119
FunctionhandleExportSelectionToSheets
()
src/client/features/keywords/page/KeywordResearchDesktopResults.tsx:152
FunctionhandleExportSelectionToSheets
()
src/client/features/keywords/page/KeywordResearchMobileResults.tsx:112
FunctionhandleExportSelectionToSheets
()
src/client/features/domain/components/KeywordsTab.tsx:232
FunctionhandleExportSheets
()
src/client/features/ai-search/components/BrandLookupCitationsCard.tsx:128
FunctionhandleExportToSheets
()
src/client/features/keywords/page/KeywordResearchDesktopResults.tsx:145
FunctionhandleExportToSheets
()
src/client/features/keywords/page/KeywordResearchMobileResults.tsx:105
FunctionhandleExportToSheets
()
src/client/features/domain/components/KeywordsTab.tsx:213
FunctionhandleExportToSheets
()
src/client/features/domain/components/PagesTab.tsx:160
FunctionhandleFinish
(mcpSetupIntent: "yes" | "no")
src/routes/_authenticated.onboarding.index.tsx:150
FunctionhandleKey
(event: KeyboardEvent<HTMLTextAreaElement>)
src/client/features/onboarding/OnboardingChatParts.tsx:283
FunctionhandleKey
(event: KeyboardEvent)
src/client/features/saved-keywords/SavedKeywordsTagFilter.tsx:59
FunctionhandleKeyDown
(event: KeyboardEvent)
src/client/components/Modal.tsx:17
FunctionhandleKeyDown
(event: React.KeyboardEvent)
src/client/components/LocationSelect.tsx:83
FunctionhandleKeyDown
(event: React.KeyboardEvent)
src/client/features/domain/components/DomainFilterPanel.tsx:121
FunctionhandleKeyDown
(event: KeyboardEvent<HTMLInputElement>)
src/client/features/saved-keywords/SavedKeywordsFilterPanel.tsx:154
← previousnext →1,701–1,800 of 1,984, ranked by callers