MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 1 callersFunctionbuildBreakerInfo
* Build breaker info from accountFallback functions.
open-sse/services/webSessionPoolHealth.ts:193
↓ 1 callersFunctionbuildCacheKey
(targetIds: string[], config: EvalRoutingConfig)
open-sse/services/evalRouting.ts:113
↓ 1 callersFunctionbuildCandidate
( target: TargetHealth, forecastTarget: ComboForecastTarget | undefined )
src/lib/usage/comboScoringInspector.ts:153
↓ 1 callersFunctionbuildCapabilities
(model: OpenAiCatalogModel)
src/app/api/v1/vscode/raw/[token]/api/show/route.ts:122
↓ 1 callersFunctionbuildCapabilities
(model: OpenAiCatalogModel)
src/app/api/v1/vscode/[token]/api/show/route.ts:124
↓ 1 callersFunctionbuildCapability
(overrides = {})
tests/unit/tool-request-sanitization.test.ts:19
↓ 1 callersFunctionbuildChangedToolNameMap
( toolNameMap: Map<string, string> )
open-sse/translator/request/openai-to-gemini/helpers.ts:37
↓ 1 callersFunctionbuildChatBodyWithImages
(parsed: Record<string, unknown>, imageBase64s: string[])
src/app/(dashboard)/dashboard/playground/components/tabs/ApiTab.tsx:363
↓ 1 callersFunctionbuildChatCompletion
(content: string, model: string)
open-sse/executors/theoldllm.ts:148
↓ 1 callersFunctionbuildChatGptWebImagePrompt
(body)
open-sse/handlers/imageGeneration/providers/chatgptWeb.ts:23
↓ 1 callersFunctionbuildChatMessage
(msg: WsChatMessage)
open-sse/executors/windsurf.ts:222
↓ 1 callersFunctionbuildChecks
()
scripts/check/check-docs-counts-sync.mjs:118
↓ 1 callersFunctionbuildChildNestingContext
(args: { context: ComboNestingContext; childComboName: string; })
open-sse/services/combo/runtimeUnits.ts:84
↓ 1 callersFunctionbuildClaudeAuthPayload
(connection: ClaudeConnectionLike)
src/lib/oauth/utils/claudeAuthFile.ts:122
↓ 1 callersFunctionbuildClaudeCodeCompatibleMessages
(messages: MessageLike[])
open-sse/services/claudeCodeCompatible.ts:505
↓ 1 callersFunctionbuildClaudeCodeCompatibleMessagesFromClaude
( messages: MessageLike[] | undefined, preserveCacheControl: boolean )
open-sse/services/claudeCodeCompatible.ts:559
↓ 1 callersFunctionbuildClaudeCodeCompatibleSystemBlocks
({ messages, systemBlocks, preserveCacheControl, }: { messages: MessageLike[] | undefined; systemBlo
open-sse/services/claudeCodeCompatible.ts:656
↓ 1 callersFunctionbuildClaudeCodeCompatibleToolChoice
(choice: unknown)
open-sse/services/claudeCodeCompatible.ts:783
↓ 1 callersFunctionbuildClaudeCodeCompatibleTools
( normalizedBody?: Record<string, unknown> | null, sourceBody?: Record<string, unknown> | null )
open-sse/services/claudeCodeCompatible.ts:723
↓ 1 callersFunctionbuildClaudeCodeCompatibleToolsFromClaude
( tools: Record<string, unknown>[] | undefined, preserveCacheControl: boolean )
open-sse/services/claudeCodeCompatible.ts:739
↓ 1 callersFunctionbuildClaudeExtraUsageConnectionUpdate
( connection: ClaudeExtraUsageConnectionState, usage: unknown )
src/lib/providers/claudeExtraUsage.ts:114
↓ 1 callersFunctionbuildClaudeStreamResponse
(text = "streamed from claude", model = "claude-sonnet-4-6")
tests/integration/chat-pipeline.test.ts:192
↓ 1 callersFunctionbuildClaudeSummary
(events: StructuredSSEEvent[], fallbackModel?: string | null)
open-sse/utils/streamPayloadCollector.ts:331
↓ 1 callersFunctionbuildClearUpdate
()
src/lib/providers/claudeExtraUsage.ts:95
↓ 1 callersFunctionbuildCliBody
(skill: AgentSkill, sources: BuildSources)
src/lib/agentSkills/generator.ts:134
↓ 1 callersMethodbuildClientStream
Transform the Qwen phase SSE into OpenAI chat.completion.chunk SSE.
open-sse/executors/qwen-web.ts:342
↓ 1 callersFunctionbuildClientToolManifest
(toolRegistry: GrokToolRegistry, toolChoice: unknown)
open-sse/executors/grok-web.ts:569
↓ 1 callersFunctionbuildCodebaseIndex
(root = ROOT)
scripts/check/check-fabricated-docs.mjs:423
↓ 1 callersFunctionbuildCodexAuthPayload
(connection: CodexConnectionLike)
src/lib/oauth/utils/codexAuthFile.ts:148
↓ 1 callersFunctionbuildCodexMessageContent
(item: JsonRecord, role: string)
open-sse/utils/responsesInputNormalization.ts:16
↓ 1 callersFunctionbuildCodexProfile
(modelId, ctx)
bin/cli/commands/configure.mjs:61
↓ 1 callersFunctionbuildCodexUsageBody
( sessionResetAtUnix: number, weeklyResetAtUnix: number )
tests/integration/combo-matrix/context-relay-codex.test.ts:131
↓ 1 callersFunctionbuildComboForecast
( combo: ComboRecord, allCombos: ComboRecord[], rows: CostedUsageRow[], rangeDays: number, horizonDa
src/lib/usage/comboForecast.ts:255
↓ 1 callersFunctionbuildComboHealth
( combo: ComboRecord, since: string, allCombos: ComboRecord[] )
src/lib/usage/comboHealth.ts:492
↓ 1 callersFunctionbuildComboHealthDashboardResponse
( options: ComboHealthDashboardOptions )
src/lib/usage/comboHealthDashboard.ts:22
↓ 1 callersFunctionbuildComboShowPayload
(combo: ComboCatalogEntry)
src/app/api/v1/vscode/combos/[token]/[[...slug]]/route.ts:146
↓ 1 callersFunctionbuildComboTestPrompt
()
src/lib/combos/testHealth.ts:114
↓ 1 callersFunctionbuildCommandCodeBody
(model: string, body: unknown, stream = false)
open-sse/executors/commandCode.ts:274
↓ 1 callersFunctionbuildCommandCodeCliCallbackUrl
()
src/app/api/providers/command-code/auth/shared.ts:109
↓ 1 callersFunctionbuildCompactProviderEntries
( groups: ProviderEntry<TProvider>[][], options: { deferNoAuth?: boolean } = {} )
src/app/(dashboard)/dashboard/providers/providerPageUtils.ts:243
↓ 1 callersFunctionbuildCompactProviderEntriesForPage
( options: CompactProviderEntryOptions<TProvider> )
src/app/(dashboard)/dashboard/providers/providerCompactMode.ts:102
↓ 1 callersFunctionbuildCompatibleNodeRequest
(input: CreateCompatibleProviderNodeInput)
src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:221
↓ 1 callersFunctionbuildCompatibleProviderGroups
( providerNodes: Array<{ id: string; name?: string; type?: string; apiType?: string }>, labels: { open
src/app/(dashboard)/dashboard/providers/providerPageUtils.ts:128
↓ 1 callersFunctionbuildCompressionDiff
( original: string, compressed: string )
open-sse/services/compression/diffHelper.ts:59
↓ 1 callersFunctionbuildConfigSyncBundle
()
src/lib/sync/bundle.ts:157
↓ 1 callersFunctionbuildConnectionHealth
( provider: string, connectionId: string, snapshots: QuotaSnapshotRow[] )
src/lib/usage/comboHealth.ts:195
↓ 1 callersFunctionbuildConnectionOption
( connection: ProviderConnectionLike )
src/lib/combos/builderOptions.ts:226
↓ 1 callersFunctionbuildContextText
(options: InjectionOptions)
src/lib/skills/injection.ts:119
↓ 1 callersFunctionbuildConversationBody
( parsed: ParsedMessages, modelSlug: string, parentMessageId: string, options: { // Keep text/API
open-sse/executors/chatgpt-web.ts:1107
↓ 1 callersFunctionbuildConversationPrompt
(messages: Array<Record<string, unknown>>)
open-sse/executors/huggingchat.ts:68
↓ 1 callersFunctionbuildCostStatus
(summary: CostSummaryLike, now: number)
src/lib/usage/apiKeySelfService.ts:118
↓ 1 callersMethodbuildCountTokensUrl
(model: string, credentials: ProviderCredentials | null = null)
open-sse/executors/base.ts:714
↓ 1 callersFunctionbuildCssVariables
(mode, config)
examples/plugins/theme-manager/index.mjs:35
↓ 1 callersFunctionbuildCurlSnippet
* Generate curl snippet for a given endpoint.
src/lib/playground/codeExport.ts:298
↓ 1 callersFunctionbuildCursorOutputConstraints
* Build an OUTPUT CONSTRAINTS block from OpenAI request params that cursor's * agent endpoint silently ignores (response_format / max_tokens / stop),
open-sse/executors/cursor.ts:126
↓ 1 callersFunctionbuildDecisionReplay
(log: ExplainLog)
src/lib/usage/routeExplain.ts:537
↓ 1 callersFunctionbuildDecisionReplayRuntime
(log: ExplainLog)
src/lib/usage/routeExplain.ts:456
↓ 1 callersFunctionbuildDenseOutput
(state)
open-sse/translator/response/openai-responses.ts:211
↓ 1 callersFunctionbuildDenseOutput
()
open-sse/transformer/responsesTransformer.ts:135
↓ 1 callersFunctionbuildDisabledCombo
(row: ComboRow, checkedAt: string)
src/lib/db/healthCheck.ts:113
↓ 1 callersFunctionbuildDockerComposeUpdateScript
({ latest, config, composeCommand, }: { latest: string; config: AutoUpdateConfig; composeCommand:
src/lib/system/autoUpdate.ts:299
↓ 1 callersFunctionbuildDomainFilter
(filters?: { include_domains?: string[]; exclude_domains?: string[]; })
src/lib/search/executeWebSearch.ts:71
↓ 1 callersFunctionbuildDomainFilter
(filters?: { include_domains?: string[]; exclude_domains?: string[]; })
src/app/api/v1/search/route.ts:91
↓ 1 callersFunctionbuildDynamicRerankProvider
* Build dynamic rerank provider from a local provider_node. * Local OpenAI-compatible backends (oMLX, vLLM, etc.) expose /v1/rerank * under the same
src/app/api/v1/rerank/route.ts:33
↓ 1 callersFunctionbuildEmptyAutopilotReport
(options: ComboScoringInspectorOptions)
src/lib/usage/comboScoringInspector.ts:84
↓ 1 callersFunctionbuildEngineBreakdownRows
(stats: CompressionStats, requestId: string)
open-sse/handlers/chatCore/compressionAnalyticsWrite.ts:72
↓ 1 callersFunctionbuildEntryHref
* Build the href for a file entry in a PROPFIND response. * * @param {string} baseHref The base WebDAV path (e.g. /api/v1/webdav) * @param {string
scripts/dev/webdav-handler.mjs:479
↓ 1 callersFunctionbuildErrorResponse
(status: number, message: string, code?: string | null)
open-sse/executors/muse-spark-web.ts:892
↓ 1 callersFunctionbuildEstimatedCountResponse
(body)
src/app/api/v1/messages/count_tokens/route.ts:102
↓ 1 callersFunctionbuildEvalTargetOptions
()
src/lib/evals/runtime.ts:49
↓ 1 callersFunctionbuildEvidence
( log: ExplainLog, targetStats: TargetStats )
src/lib/usage/routeExplain.ts:368
↓ 1 callersFunctionbuildExaRequest
( config: SearchProviderConfig, params: SearchRequestParams )
open-sse/handlers/search.ts:343
↓ 1 callersFunctionbuildExecRejection
* Build the ExecClientMessage frame that responds to a built-in tool request. * Returns null for the request_context handshake (caller handles separa
open-sse/executors/cursor.ts:170
↓ 1 callersFunctionbuildExecutionKey
(path: string[], stepId: string)
open-sse/services/combo/comboStructure.ts:63
↓ 1 callersFunctionbuildFactors
(log: ExplainLog, targetStats: TargetStats)
src/lib/usage/routeExplain.ts:285
↓ 1 callersFunctionbuildFallbackDescription
(tool: JsonRecord)
open-sse/services/webSearchFallback.ts:35
↓ 1 callersFunctionbuildFallbackParameters
(tool: JsonRecord)
open-sse/services/webSearchFallback.ts:51
↓ 1 callersFunctionbuildFallbackTool
(tool: JsonRecord, targetFormat?: string | null)
open-sse/services/webSearchFallback.ts:112
↓ 1 callersFunctionbuildFetchHeaders
* Build a sanitized Headers object suitable for an upstream `fetch()`. * Drops hop-by-hop fields via the existing denylist and coerces array values.
src/mitm/inspector/httpProxyServer.ts:45
↓ 1 callersFunctionbuildFetchMock
* Build a fetch mock that handles: * - /token → returns a minimal token refresh response * - /client/register → returns the given registration pa
tests/unit/kiro-multi-account-isolation.test.ts:35
↓ 1 callersFunctionbuildFileRead
()
tests/unit/compression/rtk-file-read-no-truncate-4559.test.ts:28
↓ 1 callersFunctionbuildForwardHeaders
(headers: Record<string, string>)
src/app/api/openapi/try/route.ts:52
↓ 1 callersFunctionbuildFrontmatter
(title)
scripts/docs/add-frontmatter.mjs:96
↓ 1 callersFunctionbuildGeminiSummary
(events: StructuredSSEEvent[], fallbackModel?: string | null)
open-sse/utils/streamPayloadCollector.ts:526
↓ 1 callersFunctionbuildGetChatMessageRequest
( apiKey: string, model: string, messages: WsChatMessage[] )
open-sse/executors/windsurf.ts:228
↓ 1 callersFunctionbuildGitlawbValidators
( configs: [string, string, string][] )
src/lib/providers/validation.ts:257
↓ 1 callersFunctionbuildGlmBaseHeaders
(apiKey: string, stream = true)
open-sse/config/glmProvider.ts:399
↓ 1 callersFunctionbuildGlmCountTokensUrl
( providerSpecificData: unknown, fallbackBaseUrl?: string | null )
open-sse/config/glmProvider.ts:379
↓ 1 callersFunctionbuildGooglePseRequest
( config: SearchProviderConfig, params: SearchRequestParams )
open-sse/handlers/search.ts:391
↓ 1 callersFunctionbuildGraph
(files)
scripts/check/check-cycles.mjs:86
↓ 1 callersFunctionbuildGrokMessage
( messages: Array<Record<string, unknown>>, toolRegistry: GrokToolRegistry, toolChoice: unknown )
open-sse/executors/grok-web.ts:588
↓ 1 callersFunctionbuildGrokToolRegistry
(body: Record<string, unknown>)
open-sse/executors/grok-web.ts:357
↓ 1 callersFunctionbuildHandoffSystemMessage
(payload: HandoffPayload)
open-sse/services/contextHandoff.ts:478
↓ 1 callersFunctionbuildHashFor
(version: string, dayStamp: string)
open-sse/executors/claudeIdentity.ts:403
↓ 1 callersFunctionbuildHeader
(total: number)
scripts/docs/gen-provider-reference.ts:95
↓ 1 callersFunctionbuildHeaders
(authKey: string)
open-sse/services/bailianQuotaFetcher.ts:119
↓ 1 callersMethodbuildHeaders
(credentials, stream = true, clientHeaders?: Record<string, string> | null)
open-sse/executors/default.ts:331
↓ 1 callersMethodbuildHeaders
(credentials: ProviderCredentials, stream = true)
open-sse/executors/kiro.ts:275
↓ 1 callersMethodbuildHeaders
(credentials: { accessToken?: string; apiKey?: string })
open-sse/executors/windsurf.ts:456
↓ 1 callersMethodbuildHeaders
(credentials: ProviderCredentials, stream = true)
open-sse/executors/grok-cli.ts:211
← previousnext →10,001–10,100 of 20,485, ranked by callers