MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 1 callersFunctiongetCachedDiscoveredModels
( providerId: string, connectionId: string )
src/lib/providerModels/modelDiscovery.ts:136
↓ 1 callersFunctiongetCachedGitLabDirectAccess
( providerSpecificData?: unknown, minValidityMs = 60_000 )
src/lib/oauth/gitlab.ts:79
↓ 1 callersFunctiongetCallLogRetentionDaysOverride
()
src/lib/logEnv.ts:90
↓ 1 callersFunctiongetCaptureState
()
open-sse/utils/providerRequestLogging.ts:37
↓ 1 callersFunctiongetCatalogModelCapabilities
(model: JsonRecord)
open-sse/mcp-server/server.ts:275
↓ 1 callersFunctiongetCcCompatibleRequestDefaults
( formData: CcCompatibleRequestDefaultsForm )
src/app/(dashboard)/dashboard/providers/[id]/components/modals/ccCompatibleRequestDefaults.ts:19
↓ 1 callersFunctiongetCellColor
(value)
src/shared/components/analytics/charts.tsx:209
↓ 1 callersFunctiongetChatGptImageConversationContext
( id: string )
open-sse/services/chatgptImageCache.ts:109
↓ 1 callersFunctiongetChecksums
(version: string)
src/lib/versionManager/releaseChecker.ts:76
↓ 1 callersFunctiongetClaudeCodeCompatibleRequestDefaults
(providerSpecificData: unknown)
src/app/(dashboard)/dashboard/providers/[id]/providerPageHelpers.ts:722
↓ 1 callersFunctiongetClaudeEffortFixtures
()
tests/unit/claude-code-compatible-request.test.ts:17
↓ 1 callersFunctiongetClaudeEffortFixtures
()
tests/unit/translator-openai-to-claude.test.ts:17
↓ 1 callersFunctiongetClaudePlanLabel
(...candidates: Array<string | null | undefined>)
open-sse/services/usage/claude.ts:28
↓ 1 callersFunctiongetClaudeUsage
(accessToken?: string)
open-sse/services/usage/claude.ts:47
↓ 1 callersFunctiongetClaudeUsage
* Claude Usage (legacy fallback) * Real Claude OAuth quota windows are fetched in @omniroute/open-sse/services/usage.ts.
src/lib/usage/fetcher.ts:374
↓ 1 callersFunctiongetCleanupIntervalMs
()
open-sse/services/reasoningCache.ts:481
↓ 1 callersFunctiongetCliConfigHome
()
src/shared/services/cliRuntime.ts:910
↓ 1 callersFunctiongetCliEnvPath
()
bin/cli/commands/config.mjs:158
↓ 1 callersFunctiongetClient
()
open-sse/executors/chipotle.ts:276
↓ 1 callersFunctiongetClient
()
open-sse/services/chatgptTlsClient.ts:121
↓ 1 callersFunctiongetClient
()
open-sse/services/grokTlsClient.ts:124
↓ 1 callersFunctiongetClient
()
open-sse/services/perplexityTlsClient.ts:122
↓ 1 callersFunctiongetClient
()
open-sse/services/claudeTlsClient.ts:119
↓ 1 callersFunctiongetClientAbortReason
()
open-sse/utils/streamHandler.ts:258
↓ 1 callersFunctiongetCloakbrowserModuleId
()
open-sse/services/browserPool.ts:113
↓ 1 callersFunctiongetCloudAgentCredentialFromDb
(providerId: string)
src/lib/cloudAgent/credentials.ts:17
↓ 1 callersFunctiongetCloudAgentTasksByProvider
(providerId: string, limit = 50)
src/lib/cloudAgent/db.ts:119
↓ 1 callersFunctiongetCloudAgentTasksByStatus
(status: string, limit = 50)
src/lib/cloudAgent/db.ts:128
↓ 1 callersFunctiongetCloudSyncScheduler
(machineId: string | null = null, intervalMinutes = 15)
src/shared/services/cloudSyncScheduler.ts:130
↓ 1 callersFunctiongetCloudUrl
(machineId)
src/shared/utils/cloud.ts:4
↓ 1 callersFunctiongetCodexAccountRotation
(detail)
src/shared/components/RequestLoggerDetail.tsx:145
↓ 1 callersFunctiongetCodexConnectionMeta
( connectionId: string, connection?: Record<string, unknown> )
open-sse/services/codexQuotaFetcher.ts:132
↓ 1 callersFunctiongetCodexConnectionServiceTier
(providerSpecificData: unknown)
src/lib/providers/codexFastTier.ts:82
↓ 1 callersFunctiongetCodexDefaultHeaders
()
open-sse/config/codexClient.ts:36
↓ 1 callersFunctiongetCodexDir
()
src/app/api/cli-tools/codex-settings/route.ts:22
↓ 1 callersFunctiongetCodexDualWindowCooldownMs
( quota: CodexQuotaSnapshot, threshold = 0.95 )
open-sse/executors/codex.ts:188
↓ 1 callersFunctiongetCodexInstallationId
( providerSpecificData?: Record<string, unknown> | null )
open-sse/config/codexIdentity.ts:24
↓ 1 callersFunctiongetCodexLimitPolicy
(providerSpecificData: JsonRecord)
src/sse/services/auth.ts:311
↓ 1 callersFunctiongetCodexQuotaWindowFilterForModel
( model: string | null | undefined )
open-sse/config/codexQuotaScopes.ts:57
↓ 1 callersFunctiongetCodexRequestDefaults
(providerSpecificData: unknown)
src/app/(dashboard)/dashboard/providers/[id]/providerPageHelpers.ts:712
↓ 1 callersFunctiongetCodexResetTime
(quota: CodexQuotaSnapshot)
open-sse/executors/codex.ts:159
↓ 1 callersFunctiongetCodexScopeRateLimitedUntil
( providerSpecificData: unknown, model: string | null | undefined )
src/lib/usage/resilienceExplain.ts:81
↓ 1 callersFunctiongetCodexUsage
( accessToken?: string, providerSpecificData: Record<string, unknown> = {} )
open-sse/services/usage/codex.ts:24
↓ 1 callersFunctiongetCodexUsage
* Codex (OpenAI) Usage * Note: Actual quota tracking is handled by open-sse/services/usage.ts * This fallback returns a message directing users to t
src/lib/usage/fetcher.ts:390
↓ 1 callersFunctiongetColorClasses
(remainingPercentage)
src/app/(dashboard)/dashboard/usage/components/ProviderLimits/QuotaProgressBar.tsx:9
↓ 1 callersFunctiongetColorClasses
* Get color classes based on remaining percentage
src/app/(dashboard)/dashboard/usage/components/ProviderLimits/QuotaTable.tsx:42
↓ 1 callersFunctiongetColorFromName
(name)
src/shared/components/Avatar.tsx:25
↓ 1 callersFunctiongetCombo
(modelStr)
src/sse/services/model.ts:193
↓ 1 callersFunctiongetComboBuilderStageChecks
({ name, nameError, modelsCount, hasInvalidWeightedTotal, hasCostOptimizedWithoutPricing, }: { nam
src/lib/combos/builderDraft.ts:186
↓ 1 callersFunctiongetComboByNameInsensitive
(name: string)
src/lib/db/combos.ts:133
↓ 1 callersFunctiongetComboFallbacks
(combo, primaryIndex)
src/domain/comboResolver.ts:101
↓ 1 callersFunctiongetComboForecastUsageRows
(opts: { since: string; until?: string; comboName?: string; })
src/lib/db/comboForecast.ts:51
↓ 1 callersFunctiongetComboModels
(combo, modelFallback)
bin/cli/commands/simulate.mjs:113
↓ 1 callersFunctiongetComboNameSet
( db: ReturnType<typeof getDbInstance>, extraNames: string[] = [] )
src/lib/db/combos.ts:35
↓ 1 callersFunctiongetComboShadowMetrics
(comboName: string)
open-sse/services/comboMetrics.ts:382
↓ 1 callersFunctiongetComboTargetCatalogMetadata
( target: ComboCatalogTarget )
src/app/api/v1/models/catalog.ts:258
↓ 1 callersFunctiongetComboTargetExecutionKey
(comboName: string, index: number, stepInput: any)
tests/unit/combo-routing-engine.test.ts:115
↓ 1 callersFunctiongetComboVisionBridgeDecision
(model: string)
src/lib/guardrails/visionBridge.ts:28
↓ 1 callersFunctiongetCombosCached
()
open-sse/handlers/chatCore/comboContextCache.ts:20
↓ 1 callersFunctiongetCombosCachedForChat
()
src/sse/handlers/chat.ts:161
↓ 1 callersFunctiongetCombosList
(allCombos: ComboCollectionLike)
open-sse/services/combo/runtimeUnits.ts:30
↓ 1 callersFunctiongetCommandsForFamily
(family: SkillArea)
src/lib/agentSkills/cliRegistryParser.ts:238
↓ 1 callersFunctiongetCompactProviderAuthType
( entry: ProviderEntry<TProvider>, showFreeOnly: boolean )
src/app/(dashboard)/dashboard/providers/providerCompactMode.ts:120
↓ 1 callersFunctiongetCompactProviderEntryGroups
({ activeCategory, showFreeOnly, freeSectionEntries, compatibleProviderEntries, oauthProviderEntries
src/app/(dashboard)/dashboard/providers/providerCompactMode.ts:33
↓ 1 callersFunctiongetCompatPatchFromCustomModel
(model: JsonRecord)
src/lib/providerModels/managedModelImport.ts:157
↓ 1 callersFunctiongetCompatibleProviderVisual
(providerNodeType: string | null)
src/lib/combos/builderOptions.ts:177
↓ 1 callersFunctiongetComponent
(entry: LogEntry)
src/shared/components/ConsoleLogViewer.tsx:137
↓ 1 callersFunctiongetCompressionComboForRoutingCombo
( routingComboId: string )
src/lib/db/compressionCombos.ts:356
↓ 1 callersFunctiongetCompressor
(entry: LlmlinguaModelEntry, modelPath?: string)
open-sse/services/compression/engines/llmlingua/onnxWorker.ts:69
↓ 1 callersFunctiongetConfidence
( requests: number, pricingCoveragePct: number )
src/lib/usage/comboForecast.ts:193
↓ 1 callersFunctiongetConfig
* Get proxy config from localDb (with caching)
open-sse/utils/networkProxy.ts:18
↓ 1 callersFunctiongetConfig
* Get sanitizer configuration from environment. * @returns {{ enabled: boolean, mode: string, piiRedaction: boolean }}
src/shared/utils/inputSanitizer.ts:112
↓ 1 callersMethodgetConfig
()
src/lib/freeProxyProviders/oneproxy.ts:38
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/KiloToolCard.tsx:43
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/ClaudeToolCard.tsx:49
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/ClineToolCard.tsx:43
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/DroidToolCard.tsx:51
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/CodexToolCard.tsx:113
↓ 1 callersFunctiongetConfigStatus
()
src/app/(dashboard)/dashboard/cli-code/components/OpenClawToolCard.tsx:42
↓ 1 callersFunctiongetConfigs
()
electron/loginManager.js:19
↓ 1 callersFunctiongetConfiguredBodySizeLimitBytes
(settings?: Record<string, unknown>)
src/shared/middleware/bodySizeGuard.ts:47
↓ 1 callersFunctiongetConfiguredKieCallbackUrl
()
open-sse/utils/kieTask.ts:31
↓ 1 callersFunctiongetConnectionErrorPenalty
(connection: ProviderConnectionView)
src/sse/services/auth.ts:622
↓ 1 callersFunctiongetConnectionErrorTag
(connection)
src/app/(dashboard)/dashboard/providers/page.tsx:127
↓ 1 callersFunctiongetConnectionIdentity
(value: unknown)
src/lib/usage/apiKeySelfService.ts:218
↓ 1 callersFunctiongetConnectionIds
(poolId: string, fallbackConnectionId: string)
src/lib/db/quotaPools.ts:179
↓ 1 callersFunctiongetConnectionLabel
(connection: CodexConnectionLike)
src/lib/oauth/utils/codexAuthFile.ts:126
↓ 1 callersFunctiongetConnectionLabel
(connection: ClaudeConnectionLike)
src/lib/oauth/utils/claudeAuthFile.ts:91
↓ 1 callersFunctiongetConnectionQuotaHeadroomPercent
( provider: string, connection: ProviderConnectionView, requestedModel: string | null = null )
src/sse/services/auth.ts:602
↓ 1 callersFunctiongetConnectionRecencyPenalty
(connection: ProviderConnectionView)
src/sse/services/auth.ts:646
↓ 1 callersFunctiongetConnectionRefreshMutexStatus
()
open-sse/services/tokenRefresh.ts:2063
↓ 1 callersFunctiongetConnectionThinkingEffort
(connection: ProviderConnectionLike)
open-sse/mcp-server/server.ts:308
↓ 1 callersFunctiongetConnectionToken
(connection: JsonRecord)
src/lib/cloudAgent/api.ts:63
↓ 1 callersFunctiongetConnectionsForProvider
(...keys: Array<string | null | undefined>)
src/app/api/models/route.ts:47
↓ 1 callersFunctiongetContainerInternalIP
* Get the primary non-loopback IPv4 address (container internal IP). * Falls back to null if unable to determine.
scripts/dev/healthcheck.mjs:29
↓ 1 callersFunctiongetContent
(relPath)
scripts/check/check-docs-counts-sync.mjs:174
↓ 1 callersFunctiongetContentBlocksFromMessage
(msg, toolNameMap = new Map(), disableToolPrefix = false)
open-sse/translator/request/openai-to-claude.ts:575
↓ 1 callersFunctiongetContextId
(context: { apiKeyId: string })
src/lib/skills/builtins.ts:53
↓ 1 callersFunctiongetContinuationCacheKey
( parsedHistory: ParsedHistory, credentials: ExecuteInput["credentials"], model: string )
open-sse/executors/muse-spark-web.ts:1012
↓ 1 callersFunctiongetConversationContext
(cached: CachedConversation | null)
open-sse/executors/muse-spark-web.ts:1032
← previousnext →11,701–11,800 of 20,485, ranked by callers