MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 21 callersFunctionapiFetch
(path: string, options?: RequestInit)
tests/e2e/ecosystem.test.ts:24
↓ 21 callersFunctionapplyAging
( messages: unknown[], thresholds?: AgingThresholds, summarizer?: Summarizer, preserveSystemPrompt = t
open-sse/services/compression/progressiveAging.ts:66
↓ 21 callersFunctionasRecord
(value: unknown)
src/app/api/providers/[id]/models/discovery/helpers.ts:6
↓ 21 callersFunctionassertRouteMethods
(relPath: string, methods: string[])
tests/integration/integration-wiring.test.ts:29
↓ 21 callersFunctionbuildAuthHeaders
( provider: BaseProvider, token: string | null )
open-sse/config/registryUtils.ts:113
↓ 21 callersFunctionbuildEventFrame
(eventType, payload)
tests/unit/executor-kiro.test.ts:52
↓ 21 callersFunctioncapMaxOutputTokens
(input: CapabilityInput, requested?: number)
src/lib/modelCapabilities.ts:420
↓ 21 callersFunctionclamp01
(value: number)
open-sse/utils/number.ts:1
↓ 21 callersFunctioncompressAggressive
( messages: ChatMessage[], config?: Partial<AggressiveConfig>, stats?: CompressionStats )
open-sse/services/compression/aggressive.ts:31
↓ 21 callersFunctioncomputeMetrics
(args: ComputeMetricsArgs)
src/lib/playground/streamMetrics.ts:34
↓ 21 callersFunctionconfigureIPFilter
(config)
open-sse/services/ipFilter.ts:32
↓ 21 callersFunctioncreateCombo
(name, model, overrides = {})
tests/unit/model-combo-mappings-db.test.ts:29
↓ 21 callersFunctioncreateCompressionStats
( originalBody: Record<string, unknown>, compressedBody: Record<string, unknown>, mode: CompressionMode,
open-sse/services/compression/stats.ts:19
↓ 21 callersFunctiondecodeExecServerEvent
(payload: Buffer)
open-sse/utils/cursorAgentProtobuf.ts:746
↓ 21 callersFunctionemit
(eventType, data)
open-sse/translator/response/openai-responses.ts:83
↓ 21 callersFunctionencodeFrame
(obj: unknown)
open-sse/executors/copilot-m365-frames.ts:72
↓ 21 callersMethodensureReady
Ensure schema (sqlite-vec loaded, vec_memories created if needed, dim aligned). Idempotent.
src/lib/memory/vectorStore.ts:45
↓ 21 callersFunctionfulfillJson
(route: Route, body: unknown, status = 200)
tests/e2e/memory-engine.spec.ts:81
↓ 21 callersFunctionget
(id: string)
open-sse/mcp-server/__tests__/glmCodingProviderConfig.test.ts:108
↓ 21 callersFunctiongetSupervisor
(tool: string)
src/lib/services/registry.ts:11
↓ 21 callersFunctiongetTool
(name: string)
tests/unit/plugins-tools.test.ts:19
↓ 21 callersFunctioninsertMemoryRow
({ id, apiKeyId = "key-a", sessionId = "session-a", type = "factual", key = "memory:key", content
tests/unit/memory-store.test.ts:35
↓ 21 callersFunctionisDeterministicMode
(mode: CompressionMode, config?: CompressionConfig)
open-sse/services/compression/resultMemo.ts:18
↓ 21 callersFunctionisOpenAICompatibleProvider
(providerId: unknown)
src/shared/constants/providers.ts:122
↓ 21 callersFunctionjsonResponse
(body: any, status = 200)
tests/unit/token-refresh-service.test.ts:67
↓ 21 callersFunctionmakeNodeProps
(overrides: Record<string, unknown>)
tests/unit/ui/providerCascadeNode.test.tsx:69
↓ 21 callersFunctionmakeReq
(overrides: Partial<InterceptedRequest> = {})
tests/unit/inspector-buffer.test.ts:9
↓ 21 callersFunctionmapProviderId
(modelsDevProviderId: string)
src/lib/modelsDevSync/transform.ts:184
↓ 21 callersFunctionmount
(ui: React.ReactElement)
tests/unit/ui/providerCascadeNode.test.tsx:43
↓ 21 callersFunctionnormalizeQdrantConfig
(settings: Record<string, unknown>)
src/lib/memory/qdrant.ts:60
↓ 21 callersFunctionparseResetTime
(resetValue: unknown)
open-sse/services/usage/quota.ts:37
↓ 21 callersFunctionparseToolCallsFromText
( text: string, idSeed = "call", requestedTools?: unknown )
open-sse/translator/webTools.ts:390
↓ 21 callersFunctionpersistAttemptLogs
(args: PersistAttemptLogsArgs)
open-sse/handlers/chatCore.ts:745
↓ 21 callersFunctionrecordUsage
( connectionId: string, windowKey: string, usedPct: number, resetAt: string | null, nowMs: number =
src/lib/quota/accountBuckets.ts:134
↓ 21 callersFunctionreduceToolManifest
( manifest: ToolManifestEntry[] | Record<string, ToolManifestEntry>, profile: ToolProfile )
open-sse/mcp-server/toolCardinality.ts:193
↓ 21 callersFunctionregisterCodexConnection
(connectionId: string, meta: CodexConnectionMeta)
open-sse/services/codexQuotaFetcher.ts:96
↓ 21 callersFunctionresetQuotaStoreSingleton
()
src/lib/quota/storeFactory.ts:31
↓ 21 callersFunctionresolveResponsesApiModel
( requestedModel: string, resolve: ModelResolver, isCombo?: (name: string) => Promise<boolean> | boolean
src/app/api/internal/codex-responses-ws/modelResolution.ts:66
↓ 21 callersFunctionsendToRenderer
(channel, data)
electron/main.js:171
↓ 21 callersFunctiontoPlainHeaders
(headers: HeadersInit | undefined | null)
tests/integration/chat-pipeline.test.ts:65
↓ 21 callersFunctiontoRecord
(value)
open-sse/handlers/sseParser.ts:143
↓ 21 callersFunctiontoString
(value: unknown, fallback = "")
open-sse/mcp-server/server.ts:177
↓ 20 callersFunctionacquire
( semaphoreKey: string, { maxConcurrency = null, timeoutMs = DEFAULT_TIMEOUT_MS, signal = null
open-sse/services/accountSemaphore.ts:186
↓ 20 callersFunctionappendOptionalFormValue
(formData, key, value)
open-sse/handlers/imageGeneration.ts:243
↓ 20 callersFunctionapplySessionStickiness
( orderedTargets: ResolvedComboTarget[], messages: Array<{ role?: string; content?: unknown }> | null | un
open-sse/services/combo/sessionStickiness.ts:224
↓ 20 callersFunctionapplyThinkingBudget
( body: unknown, config: Partial<ThinkingBudgetConfig> | null = null )
open-sse/services/thinkingBudget.ts:210
↓ 20 callersFunctionbuildError
(status: number, message: string, headers: Record<string, string> = {})
tests/e2e/helpers/mockUpstreamServer.ts:57
↓ 20 callersFunctionclassifyErrorText
(errorText: unknown)
open-sse/services/accountFallback.ts:1111
↓ 20 callersFunctionclearPendingRequests
()
src/lib/usage/usageHistory.ts:480
↓ 20 callersMethodcreateSession
POST /chat_sessions — creates a session and submits the first turn.
open-sse/executors/trae.ts:122
↓ 20 callersFunctionensureColumn
(db: SqliteAdapter, tableName: string, columnName: string, ddl: string)
src/lib/db/migrationRunner.ts:309
↓ 20 callersFunctionfirstString
(...values: unknown[])
open-sse/executors/grok-web.ts:608
↓ 20 callersFunctiongetCachedPassword
()
src/mitm/manager.ts:71
↓ 20 callersFunctiongetCachedSettings
()
src/lib/db/readCache.ts:65
↓ 20 callersFunctiongetMachineTokenSync
(salt?: string)
src/lib/machineToken.ts:25
↓ 20 callersFunctiongetProviderOutboundGuard
()
src/shared/network/outboundUrlGuard.ts:243
↓ 20 callersFunctionisAuthRequired
( request?: RequestLike | Request | null | undefined )
src/shared/utils/apiAuth.ts:317
↓ 20 callersFunctionisCloudEnabled
()
src/lib/db/settings.ts:208
↓ 20 callersFunctionisQuotaModelName
(name: string)
src/lib/quota/quotaModelNaming.ts:82
↓ 20 callersFunctionlooksLikeSse
(text: string)
open-sse/services/claudeTlsClient.ts:447
↓ 20 callersFunctionmakeBatch
(overrides: Partial<{ id: string; status: string; endpoint: string; model: string; requestCountsTota
tests/unit/dashboard/batch/list-regression.test.tsx:59
↓ 20 callersFunctionmakeFakeParams
( name: string, path: string[] )
tests/unit/services/embed-proxy.test.ts:35
↓ 20 callersFunctionmakeLeaderboardData
( models: ArenaModelEntry[] = [], category = "text" )
tests/unit/arena-elo-sync.test.ts:80
↓ 20 callersFunctionnormalizeConversation
* Normalize conversation items for consistent hashing. * Supports both Chat Completions `messages[]` and Responses API `input[]`.
src/lib/semanticCache.ts:156
↓ 20 callersFunctionnormalizeModelCatalogSource
(source?: string | null)
src/shared/utils/modelCatalogSearch.ts:14
↓ 20 callersFunctionparseAutoPrefix
(model: string | null | undefined)
open-sse/services/autoCombo/autoPrefix.ts:29
↓ 20 callersFunctionparseOmniRoutePluginOptions
(opts: unknown)
@omniroute/opencode-plugin/src/index.ts:285
↓ 20 callersFunctionpick
(arr: T[])
tests/integration/liveGeminiShared.ts:183
↓ 20 callersFunctionproxyFetch
( input: RequestInfo | URL, options: RequestInit = {}, deps: ProxyFetchDeps = {} )
open-sse/utils/proxyFetch.ts:628
↓ 20 callersFunctionrender
(jsx: React.ReactElement)
tests/unit/dashboard/batch/list-regression.test.tsx:121
↓ 20 callersFunctionrequiresReasoningReplay
(params: { provider: string; model: string; thinkingEnabled?: boolean; supportsReasoning?: boolean;
open-sse/services/reasoningCache.ts:73
↓ 20 callersFunctionresolveAntigravityModelId
(modelId: string)
open-sse/config/antigravityModelAliases.ts:241
↓ 20 callersFunctionresolveDataDir
()
bin/cli/data-dir.mjs:50
↓ 20 callersFunctionstoreRateLimitHeaders
( connectionId: string, provider: string, headers: Record<string, string> )
src/lib/quota/saturationSignals.ts:174
↓ 20 callersFunctiontoNumber
(value: unknown)
src/lib/usage/usageHistory/helpers.ts:23
↓ 20 callersFunctionupdateSetting
(key: string, value: any)
src/app/(dashboard)/dashboard/settings/components/AppearanceTab.tsx:85
↓ 20 callersFunctionuseStructuredOutput
()
src/app/(dashboard)/dashboard/playground/hooks/useStructuredOutput.ts:44
↓ 19 callersFunctionassertNoStackTrace
(body: { error?: { message?: string } })
tests/integration/playground-presets-zod.test.ts:70
↓ 19 callersFunctioncloakThirdPartyToolNames
( body: Record<string, unknown>, options?: CloakOptions )
open-sse/services/claudeCodeToolRemapper.ts:238
↓ 19 callersFunctioncomboErrorResponse
( code: ComboErrorCode, status?: number, details?: unknown, request?: Request )
src/lib/api/comboErrorResponse.ts:66
↓ 19 callersFunctioncopy
()
src/app/(dashboard)/dashboard/webhooks/components/shared/HmacRecipeBlock.tsx:23
↓ 19 callersFunctiondeepMergeFallback
( target: Record<string, unknown>, source: Record<string, unknown> )
src/i18n/request.ts:13
↓ 19 callersFunctioneffectiveStatus
* Returns a composite status key that reflects whether partial failures * occurred within a batch. Mirrors effectiveStatus() in the UI components.
tests/unit/batch-status-logic.test.mjs:21
↓ 19 callersFunctionemit
(controller, eventType, data)
open-sse/transformer/responsesTransformer.ts:146
↓ 19 callersFunctionerrorResponse
(status: number, message: string, code?: string)
open-sse/executors/chatgpt-web.ts:2181
↓ 19 callersFunctionexecutePipeline
( config: PipelineConfig, executor: StageExecutor )
src/domain/pipeline.ts:234
↓ 19 callersFunctionexpandProviderWildcardsInCombo
(combo: ComboLike)
open-sse/services/combo/providerWildcard.ts:204
↓ 19 callersFunctionextractOAuthErrorCode
(raw: unknown, depth = 0)
open-sse/services/tokenRefresh.ts:303
↓ 19 callersFunctionfail
(name, reason, err = null)
scripts/test/combo-live-vps.mjs:82
↓ 19 callersFunctionfail
(message)
scripts/check/check-docs-sync.mjs:76
↓ 19 callersFunctionfetchData
()
src/app/(dashboard)/dashboard/combos/page.tsx:761
↓ 19 callersFunctionfetchOpencodeQuota
( connectionId: string, connection?: Record<string, unknown> )
open-sse/services/opencodeQuotaFetcher.ts:240
↓ 19 callersFunctionfilterByCategory
( entries: ProviderFilterEntry[], category: CategoryFilter )
tests/unit/providers-free-tier-filter.test.ts:55
↓ 19 callersFunctiongenerateExampleFromSchema
( schema: any, components: any, depth = 0, propertyName = "" )
src/app/api/openapi/spec/route.ts:29
↓ 19 callersFunctiongetKeyValue
(row: unknown)
src/lib/db/models/shared.ts:13
↓ 19 callersFunctiongetKnownPlan
(provider: string)
src/lib/quota/planRegistry.ts:101
↓ 19 callersFunctiongetProviderDisplayLabel
(provider)
tests/unit/proxy-connection-test.test.ts:230
↓ 19 callersFunctiongetSpecificityLevel
(score: number)
open-sse/services/specificityDetector.ts:60
↓ 19 callersFunctiongetVectorStore
()
src/lib/memory/vectorStore.ts:377
↓ 19 callersFunctionh
()
tests/unit/refactor-opencodeHeaders.test.ts:7
← previousnext →501–600 of 20,485, ranked by callers