MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 9 callersFunctionmakeResp
(data: unknown, status = 200)
tests/unit/cli-usage.test.ts:66
↓ 9 callersFunctionmakeResp
(data: unknown, status = 200)
tests/unit/cli-eval-commands.test.ts:27
↓ 9 callersFunctionmakeSettings
(overrides: Record<string, unknown> = {})
tests/integration/pipeline-combo.test.ts:30
↓ 9 callersFunctionmakeSignature
Build a signature string.
src/lib/memory/embedding/index.ts:35
↓ 9 callersMethodmarkCooldown
(account: AccountState)
open-sse/executors/mimocode.ts:340
↓ 9 callersFunctionmaskApiKey
* Mask an API key for display: first 8 chars + "****" + last 4 chars. * This is the server-side masking that created the original bug.
tests/unit/api-key-mask-fix.test.mjs:52
↓ 9 callersFunctionmatchesModelCatalogQuery
(query: string, target: ModelCatalogTarget)
src/shared/utils/modelCatalogSearch.ts:72
↓ 9 callersFunctionmergeUpdateStep
(steps: UpdateStep[], nextStep: UpdateStep)
src/app/(dashboard)/dashboard/HomePageClient.tsx:91
↓ 9 callersFunctionmessagesToPrompt
( messages: Array<{ role: string; content: string; tool_call_id?: string; name?: string }>, historyWindow
open-sse/executors/deepseek-web.ts:513
↓ 9 callersFunctionmountHook
(useHook: () => T)
tests/unit/ui/use-presets.test.tsx:17
↓ 9 callersFunctionmountInContainer
(ui: React.ReactElement)
tests/unit/ui/engineConfigPage.test.tsx:11
↓ 9 callersMethodneedsRefresh
()
tests/unit/executor-default-base.test.ts:1328
↓ 9 callersFunctionnormalizeBaseURL
(rawBaseURL: string)
@omniroute/opencode-provider/src/index.ts:222
↓ 9 callersFunctionnormalizeCliCompatProviderId
(providerId: string)
src/shared/utils/cliCompat.ts:1
↓ 9 callersFunctionnormalizeIP
(ip)
open-sse/services/ipFilter.ts:187
↓ 9 callersFunctionnormalizePreserveSystemPromptMode
( config: Pick<CompressionConfig, "preserveSystemPrompt" | "preserveSystemPromptMode"> )
open-sse/services/compression/preserveSystemPromptMode.ts:39
↓ 9 callersFunctionnormalizeServiceTierId
(value: unknown)
src/shared/utils/serviceTierLabels.ts:19
↓ 9 callersFunctionnormalizeVscDbValue
(value: T)
src/app/api/oauth/cursor/auto-import/route.ts:81
↓ 9 callersMethodonChunk
* Record an incoming SSE chunk. * @param {string|Object} chunk - Raw SSE text or parsed data
src/shared/utils/streamTracker.ts:59
↓ 9 callersFunctionopenAIToBedrockConverse
(model, body)
open-sse/executors/bedrock.ts:344
↓ 9 callersFunctionoutputStyleMeta
(id: string)
open-sse/services/compression/outputStyles/catalog.ts:74
↓ 9 callersFunctionparse
(body: unknown)
tests/unit/codexAuthImportBulk.test.ts:20
↓ 9 callersFunctionparseAndValidateAgyToken
(raw: unknown)
src/lib/oauth/utils/agyAuthImport.ts:70
↓ 9 callersFunctionparseClaudeAuth
( raw: unknown )
tests/unit/claudeAuthImport.test.ts:53
↓ 9 callersFunctionparseCrofUsageResponse
(data: unknown)
open-sse/services/crofUsageFetcher.ts:91
↓ 9 callersFunctionparseEmbeddingModel
( modelStr: string | null, dynamicProviders?: EmbeddingProvider[] )
open-sse/config/embeddingRegistry.ts:301
↓ 9 callersFunctionparseRerankModel
(modelStr)
open-sse/config/rerankRegistry.ts:146
↓ 9 callersFunctionparseStreamResponse
* Parse Gemini StreamGenerate response text. * * Response format: * )]}' * <length> * [["wrb.fr", null, "<JSON string>"]] * <length> *
open-sse/executors/gemini-web.ts:117
↓ 9 callersFunctionparseStringList
(value: unknown)
src/lib/db/apiKeys/rowParsers.ts:137
↓ 9 callersFunctionpercentile
(values: number[], p: number)
src/domain/assessment/assessor.ts:201
↓ 9 callersFunctionplanFromHeader
( config: CompressionConfig, header: string, combos: NamedCombos )
open-sse/services/compression/planResolution.ts:25
↓ 9 callersFunctionpostRequest
(sessionId: string, payload: string)
tests/integration/traffic-inspector-session-requests.test.ts:47
↓ 9 callersFunctionprepareWebSearchFallbackBody
( body: T, options: { provider?: string | null; sourceFormat?: string | null; targetFormat?: s
open-sse/services/webSearchFallback.ts:167
↓ 9 callersFunctionproviderHonorsOpenAIFormatCacheControl
( provider: string | null | undefined )
open-sse/utils/cacheControlPolicy.ts:131
↓ 9 callersFunctionqdrantFetch
(cfg: QdrantConfig, path: string, init?: RequestInit)
src/lib/memory/qdrant.ts:165
↓ 9 callersFunctionquotaPoolSlug
(poolName: string)
src/lib/quota/quotaModelNaming.ts:29
↓ 9 callersFunctionrankByHeadroom
( candidates: T[], satByKey: Map<string, HeadroomSaturation>, keyOf: (candidate: T) => string )
open-sse/services/combo/headroomRanking.ts:69
↓ 9 callersFunctionrateLimitedProviderResponse
( provider: string, credentials: RateLimitedCredentials )
src/app/api/v1/_shared/rateLimit.ts:18
↓ 9 callersFunctionreadCompatList
(providerId: string)
src/lib/db/models/compat.ts:123
↓ 9 callersFunctionreadHeaderValue
( headers: | Headers | { get?: (name: string) => string | null } | Record<string, string | strin
src/sse/services/auth.ts:201
↓ 9 callersFunctionreadNonStreamingResponseBody
( response: Response, contentType: string, upstreamStream: boolean, maxBytes: number = MAX_NONSTREAMIN
open-sse/handlers/chatCore/nonStreamingResponseBody.ts:50
↓ 9 callersFunctionrefreshAndUpdateCredentials
( connection: ProviderConnectionLike, opts: { allowRotatingRefresh?: boolean; force?: boolean } = {} )
src/lib/usage/providerLimits.ts:223
↓ 9 callersFunctionregisterDbStateResetter
(resetter: DbStateResetter)
src/lib/db/stateReset.ts:14
↓ 9 callersFunctionrenderBadge
(props: { expiresAt: number | null; variant?: "default" | "compact" })
tests/unit/dashboard/batch/components/ExpirationBadge.test.tsx:22
↓ 9 callersFunctionrenderBuildTab
(config = BASE_CONFIG)
tests/unit/ui/playground-build-tab.test.tsx:56
↓ 9 callersFunctionrenderColumn
( column: ReturnType<typeof makeColumn>, onCancel = vi.fn(), onRemove = vi.fn(), )
tests/unit/ui/playground-compare-column.test.tsx:50
↓ 9 callersFunctionrenderCompareTab
(config = BASE_CONFIG)
tests/unit/ui/playground-compare-tab.test.tsx:84
↓ 9 callersFunctionrenderModal
(node: React.ReactElement)
src/app/(dashboard)/dashboard/providers/[id]/components/modals/__tests__/connModals.test.tsx:22
↓ 9 callersFunctionrenderModal
(state = BASE_STATE, onClose = vi.fn())
tests/unit/ui/playground-export-modal.test.tsx:37
↓ 9 callersFunctionrenderModal
( props: Partial<{ onClose: () => void; onUploaded: (fileId: string) => void }> = {} )
tests/unit/dashboard/batch/components/UploadFileModal.test.tsx:22
↓ 9 callersFunctionrenderPane
( configState: ReturnType<typeof makeConfig>, setConfigState: (s: ReturnType<typeof makeConfig>) => void )
tests/unit/ui/playground-config-pane.test.tsx:36
↓ 9 callersFunctionreorderByTaskWeight
( targets: ResolvedComboTarget[], task: TaskClassification = classifyTask({}), required: Set<string> = n
open-sse/services/taskAwareRouting.ts:377
↓ 9 callersFunctionreplayReducer
(state: ReplayState, action: ReplayAction)
src/app/(dashboard)/dashboard/compression/studio/useCompressionReplay.ts:54
↓ 9 callersFunctionrequireCloudAgentManagementAuth
(request: Request)
src/lib/cloudAgent/api.ts:31
↓ 9 callersFunctionrequiresWebSessionCredential
(providerId: unknown)
src/shared/providers/webSessionCredentials.ts:256
↓ 9 callersMethodresetCircuit
()
open-sse/utils/tlsClient.ts:217
↓ 9 callersFunctionresetEmergencyFallbackEnvCache
()
open-sse/services/emergencyFallback.ts:84
↓ 9 callersFunctionresetEnv
(saved: string | undefined)
tests/unit/usage-token-buffer.test.ts:11
↓ 9 callersFunctionresetStorage
()
tests/unit/providers-validate-route.test.ts:17
↓ 9 callersFunctionresetStorage
()
tests/unit/fixes-p1.test.ts:45
↓ 9 callersFunctionresetStorage
()
tests/unit/model-intelligence-db.test.ts:22
↓ 9 callersFunctionresolveAdaptivePlan
(input: ResolveAdaptiveInput)
open-sse/services/compression/adaptiveCompression/resolveAdaptivePlan.ts:36
↓ 9 callersFunctionresolveChatCoreRequestFormat
(opts: { clientRawRequest: | { endpoint?: unknown; headers?: Headers | Record<string, unknown> | null }
open-sse/handlers/chatCore/requestFormat.ts:45
↓ 9 callersFunctionresolveParams
(id: string)
tests/integration/playground-presets-zod.test.ts:65
↓ 9 callersFunctionresolvePlan
( connectionId: string, provider: string, _runtimeSignals?: RuntimeSignals )
src/lib/quota/planResolver.ts:40
↓ 9 callersFunctionresolvePlaywrightProxy
( providerKey: string, deps?: ResolvePlaywrightProxyDeps )
open-sse/services/browserPool.ts:186
↓ 9 callersFunctionresolvePrincipalFromHeaders
( headers: Record<string, string>, lookup: ApiKeyLookup = getApiKeyMetadata )
open-sse/mcp-server/mcpCallerIdentity.ts:29
↓ 9 callersFunctionresolveQoderJobToken
( token: string, options: { fetchImpl?: FetchLike; signal?: AbortSignal | null; now?: number } = {} )
open-sse/services/qoderCli.ts:478
↓ 9 callersFunctionresolveServerErrorMessage
(body: unknown, fallback: string)
src/lib/api/serverErrorMessage.ts:16
↓ 9 callersFunctionresolveStampedViaProxy
( headerValue: string | null, token: string | undefined )
src/server/authz/peerStamp.ts:56
↓ 9 callersFunctionresolveTarget
(hostname: string)
src/mitm/targets/index.ts:39
↓ 9 callersFunctionresolveTlsClientProxyUrl
( targetUrl: string, perCall: string | undefined, resolveProxyForRequest: ResolveProxyForRequest )
open-sse/services/tlsClientProxy.ts:13
↓ 9 callersFunctionresolveTypedDecayConfig
(env: NodeJS.ProcessEnv = process.env)
src/lib/memory/typedDecay.ts:66
↓ 9 callersFunctionrotationIndex
(utcMs, rotation)
scripts/sre/oncall-rotation.mjs:137
↓ 9 callersFunctionroundNumber
(value: number, precision = 6)
src/lib/usage/apiKeySelfService.ts:82
↓ 9 callersFunctionrunEnvDocSync
(options = {})
scripts/check/check-env-doc-sync.mjs:286
↓ 9 callersFunctionrunOnRequest
(ctx: PluginContext)
src/lib/plugins/hooks.ts:266
↓ 9 callersFunctionrunReindexBatch
( limit = 100 )
src/lib/memory/reindex.ts:26
↓ 9 callersFunctionsaveContexts
(cfg)
bin/cli/contexts.mjs:30
↓ 9 callersFunctionsaveImageSuccessResult
({ provider, model, startTime, requestBody = null, responseBody = null, created = null, images,
open-sse/handlers/imageGeneration.ts:2375
↓ 9 callersFunctionscoreAutoTargets
( targets: ResolvedComboTarget[], candidates: AutoProviderCandidate[], taskType: string | null, weight
open-sse/services/combo/autoStrategy.ts:337
↓ 9 callersFunctionseedAnalyticsData
()
tests/unit/usage-analytics-route.test.ts:29
↓ 9 callersFunctionselectImpacted
({ changed, map })
scripts/quality/select-impacted-tests.mjs:16
↓ 9 callersFunctionselectProvider
( config: AutoComboConfig, candidates: ProviderCandidate[], taskType: string = "default", promptMessag
open-sse/services/autoCombo/engine.ts:186
↓ 9 callersFunctionsetCustomAliases
(aliases: Record<string, string>)
open-sse/services/modelDeprecation.ts:88
↓ 9 callersFunctionsetInputValue
(input: HTMLInputElement, value: string)
tests/unit/ui/add-api-key-modal-free-models.test.tsx:36
↓ 9 callersFunctionsetOptimizationSettings
(values: { scheduledVacuum?: string; vacuumHour?: number })
tests/unit/db/vacuum-scheduler.test.ts:38
↓ 9 callersFunctionsets
()
tests/unit/combo/combo-target-exhaustion.test.ts:14
↓ 9 callersFunctionsetupAuth
()
tests/unit/api-auth.test.ts:375
↓ 9 callersFunctionshiftsInRange
(fromIso, toIso, rotation)
scripts/sre/oncall-rotation.mjs:178
↓ 9 callersFunctionshouldSanitizeForGemini
(payload: unknown)
@omniroute/opencode-plugin/src/index.ts:3188
↓ 9 callersFunctionshouldSuppressThinkCloseMarker
(userAgent: string | null | undefined)
open-sse/utils/thinkCloseMarker.ts:38
↓ 9 callersFunctionsmartFilterText
(text: string, config: McpAccessibilityConfig)
open-sse/services/compression/engines/mcpAccessibility/index.ts:14
↓ 9 callersFunctionsolveHashcash
(parameter: string, difficulty: number)
open-sse/executors/copilot-web.ts:84
↓ 9 callersFunctionstoreStreamingSemanticCacheResponse
( args: StreamingCacheArgs, deps: StreamingSemanticCacheStoreDeps = DEFAULT_DEPS )
open-sse/handlers/chatCore/streamingSemanticCacheStore.ts:82
↓ 9 callersFunctionstripCookieInputPrefix
(rawValue: string)
src/lib/providers/webCookieAuth.ts:1
↓ 9 callersFunctionstripIpv6Brackets
(host: string)
open-sse/utils/proxyFamily.ts:6
↓ 9 callersFunctionstripTrailingAssistantOrphanToolUse
( messages: Record<string, unknown>[] )
open-sse/services/contextManager.ts:536
↓ 9 callersFunctionstubCombosFetcher
( payload: OmniRouteRawCombo[] )
@omniroute/opencode-plugin/tests/combos.test.ts:101
↓ 9 callersFunctionstubFetcher
(payload: OmniRouteRawModelEntry[])
@omniroute/opencode-plugin/tests/provider.test.ts:58
← previousnext →1,901–2,000 of 20,485, ranked by callers