MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 1 callersFunctioncomputeArtifactChecksum
(serialized: string)
src/lib/usage/callLogArtifacts.ts:78
↓ 1 callersFunctioncomputeConfidence
* Compute confidence level based on vote count. * * @param votes - Number of human preference votes. * @returns "high" (≥5000), "medium" (≥1000), o
src/lib/arenaEloSync.ts:277
↓ 1 callersFunctioncomputeConfigSyncVersion
(bundle: ConfigSyncBundle)
src/lib/sync/bundle.ts:153
↓ 1 callersFunctioncomputeDiff
( before: Record<string, unknown> | null, after: Record<string, unknown> | null )
src/domain/configAudit.ts:91
↓ 1 callersFunctioncomputeFreeProviderRankings
( category?: string, limit: number = 50 )
src/lib/freeProviderRankings.ts:169
↓ 1 callersFunctioncomputeHealth
* Compute health status from pool stats and breaker state.
open-sse/services/webSessionPoolHealth.ts:121
↓ 1 callersFunctioncomputeIntegrity
(source: string)
src/lib/plugins/loader.ts:29
↓ 1 callersFunctioncomputeOverlap
(urlsA: string[], urlsB: string[])
src/app/(dashboard)/dashboard/search-tools/components/tabs/CompareTab.tsx:30
↓ 1 callersFunctioncomputeRequestHash
(requestBody: unknown)
open-sse/services/requestDedup.ts:40
↓ 1 callersFunctioncomputeSapisidHash
* Compute the SAPISID hash auth header value. * Format: SAPISIDHASH {epoch_seconds}_{sha1_hash} * The hash is sha1(epoch + " " + sapisid + " " + ori
open-sse/executors/gemini-business.ts:441
↓ 1 callersFunctioncomputeSettingsDiff
Build per-key `{before, after}` diff for changed keys (top-level only).
src/app/api/settings/route.ts:109
↓ 1 callersFunctioncomputeStatus
(usage: PoolUsageSnapshot | null)
src/app/(dashboard)/dashboard/costs/quota-share/components/PoolCard.tsx:34
↓ 1 callersFunctioncomputeUsageRowStandardCost
( row: Record<string, unknown>, pricingByProvider: PricingByProvider, providerAliasMap: Record<string, s
src/app/api/usage/analytics/route.ts:275
↓ 1 callersFunctioncomputeUsageSavingsTokens
( row: Record<string, unknown>, serviceTier: string, getCodexFastCostMultiplier: GetCodexFastCostMultipl
src/app/api/usage/analytics/route.ts:291
↓ 1 callersFunctionconcatArrays
(...arrays)
tests/unit/executor-kiro.test.ts:26
↓ 1 callersFunctionconfigureCodex
(modelId, ctxWindow, opts)
bin/cli/commands/configure.mjs:76
↓ 1 callersFunctionconfigureDiversity
(userConfig: Partial<DiversityConfig>)
open-sse/services/autoCombo/providerDiversity.ts:42
↓ 1 callersFunctionconfigureProviderBreaker
( provider: string | null | undefined, profile?: ProviderBreakerProfile | null )
open-sse/services/accountFallback.ts:809
↓ 1 callersFunctionconfiguredAsyncImageTimeoutMs
()
open-sse/executors/chatgpt-web.ts:2643
↓ 1 callersFunctionconfiguredMaxBytes
()
open-sse/services/chatgptImageCache.ts:43
↓ 1 callersFunctionconfiguredProPollIntervalMs
()
open-sse/executors/chatgpt-web.ts:565
↓ 1 callersFunctionconfiguredProPollTimeoutMs
()
open-sse/executors/chatgpt-web.ts:559
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/policy.mjs:52
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/nodes.mjs:11
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/files.mjs:21
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/eval.mjs:52
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/tags.mjs:12
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/resilience.mjs:18
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/compression.mjs:91
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/webhooks.mjs:61
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/cloud.mjs:44
↓ 1 callersFunctionconfirm
(msg)
bin/cli/commands/contexts.mjs:12
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/batches.mjs:13
↓ 1 callersFunctionconfirm
(msg)
bin/cli/commands/runtime.mjs:12
↓ 1 callersFunctionconfirm
(q)
bin/cli/commands/context-eng.mjs:7
↓ 1 callersFunctionconfirmRequireLoginUpdate
()
src/app/(dashboard)/dashboard/settings/components/SecurityTab.tsx:63
↓ 1 callersFunctionconnect
()
src/app/(dashboard)/dashboard/tools/traffic-inspector/hooks/useTrafficStream.ts:57
↓ 1 callersFunctionconnectMarked
(ip: string, port: number, mark: number)
src/mitm/tproxy/transparentSocket.ts:126
↓ 1 callersFunctionconnectServer
( name: string, url: string, apiKey: string )
src/lib/gamification/servers.ts:21
↓ 1 callersFunctionconstantTimeEqual
(a: string, b: string)
src/lib/security/localEndpoints.ts:75
↓ 1 callersFunctionconsumeA2AStream
(response: Response)
tests/e2e/protocol-clients.test.ts:43
↓ 1 callersFunctionconsumeBadgeUnlocks
(apiKeyId: string)
src/lib/gamification/notifications.ts:59
↓ 1 callersFunctionconsumeCommandCodeAuthSecret
( stateHash: string )
src/lib/db/commandCodeAuth.ts:164
↓ 1 callersMethodconsumeError
()
open-sse/executors/cursor.ts:951
↓ 1 callersFunctionconsumeResponsesStoreMarker
(body: Record<string, unknown>)
open-sse/executors/codex.ts:662
↓ 1 callersFunctionconsumeTextualReasoningTags
( text: string, state: GeminiToOpenAIState, results: Array<Record<string, unknown>> )
open-sse/translator/response/gemini-to-openai.ts:89
↓ 1 callersFunctioncontainerState
(runtime: string)
src/app/api/local/redis/status/route.ts:26
↓ 1 callersFunctioncontainsDefaultSystemSkeleton
(blocks: Array<Record<string, unknown>>)
open-sse/services/claudeCodeCompatible.ts:688
↓ 1 callersFunctioncontainsLegacyCallLogLayout
(dirPath: string | null)
src/lib/usage/migrations.ts:79
↓ 1 callersFunctioncontainsString
(haystack: string, needle: string, caseSensitive: boolean)
open-sse/services/ccBridgeTransforms.ts:340
↓ 1 callersFunctioncontainsTextualToolCallContent
(content: unknown)
open-sse/handlers/responseSanitizer.ts:195
↓ 1 callersFunctioncontentBlocksToOpenAIMessage
(blocks)
open-sse/executors/bedrock.ts:395
↓ 1 callersFunctioncontentHash
(text: string)
tests/unit/compression/ccr-cross-tenant.test.ts:39
↓ 1 callersFunctioncontextWindowOf
(entry)
bin/cli/commands/configure.mjs:37
↓ 1 callersFunctionconvertClaudeCodeCompatibleClaudeMessage
( message: MessageLike | null | undefined, preserveCacheControl: boolean )
open-sse/services/claudeCodeCompatible.ts:976
↓ 1 callersFunctionconvertClaudeCodeCompatibleMessage
(message: MessageLike | null | undefined)
open-sse/services/claudeCodeCompatible.ts:703
↓ 1 callersFunctionconvertClaudeCodeCompatibleTool
(tool: unknown)
open-sse/services/claudeCodeCompatible.ts:754
↓ 1 callersFunctionconvertClaudeMessage
(msg, preserveCacheControl = false)
open-sse/translator/request/claude-to-openai.ts:351
↓ 1 callersFunctionconvertClaudeServerWebSearchTool
(tool: JsonRecord)
open-sse/translator/request/claude-to-openai.ts:61
↓ 1 callersFunctionconvertConstToEnum
(obj: unknown)
open-sse/translator/helpers/geminiHelper.ts:414
↓ 1 callersFunctionconvertContent
(content)
open-sse/translator/request/antigravity-to-openai.ts:212
↓ 1 callersFunctionconvertEnumValuesToStrings
(obj: unknown)
open-sse/translator/helpers/geminiHelper.ts:432
↓ 1 callersFunctionconvertFinishReason
(reason)
open-sse/translator/response/openai-to-claude.ts:275
↓ 1 callersFunctionconvertGeminiContent
(content)
open-sse/translator/request/gemini-to-openai.ts:80
↓ 1 callersFunctionconvertGeminiToInternal
* Convert Gemini request format to OpenAI/internal format. * * @param geminiBody parsed Gemini request body * @param model resolved model stri
src/app/api/v1beta/models/[...path]/route.ts:143
↓ 1 callersFunctionconvertMessages
( messages: unknown, model?: string | null )
open-sse/executors/commandCode.ts:183
↓ 1 callersFunctionconvertMessages
(messages)
open-sse/translator/request/openai-to-cursor.ts:68
↓ 1 callersFunctionconvertMessages
* Convert OpenAI messages to Kiro format * Rules: system/tool/user -> user role, merge consecutive same roles
open-sse/translator/request/openai-to-kiro.ts:142
↓ 1 callersFunctionconvertOpenAINonStreamingToClaude
* Helper to convert an OpenAI chat.completion JSON object to Claude format for non-streaming.
open-sse/handlers/responseTranslator.ts:566
↓ 1 callersFunctionconvertOpenAIResponseToResponses
(openaiResponse: JsonRecord)
open-sse/handlers/responseSanitizer.ts:862
↓ 1 callersFunctionconvertOpenAIToolChoice
(choice)
open-sse/translator/request/openai-to-claude.ts:712
↓ 1 callersFunctionconvertSingleQuotedStrings
(value: string)
open-sse/translator/webTools.ts:137
↓ 1 callersFunctionconvertStopReason
(reason)
open-sse/translator/response/claude-to-openai.ts:311
↓ 1 callersFunctionconvertSystemToDeveloperRole
* Convert role=system messages in `input` to role=developer. * * GPT-5 models support the `developer` role in input, but reject `system`. * This ke
open-sse/executors/codex.ts:261
↓ 1 callersFunctionconvertToolChoice
(choice, hasServerWebSearch = false)
open-sse/translator/request/claude-to-openai.ts:514
↓ 1 callersFunctionconvertTools
(tools: unknown)
open-sse/executors/commandCode.ts:152
↓ 1 callersFunctionconvertUserContentParts
* Convert an OpenAI-format content array to Command Code's internal * CLI format. For vision-capable models (MiniMax M3, MiMo v2.5, etc.) * this als
open-sse/executors/commandCode.ts:123
↓ 1 callersFunctioncopyConfig
(text, index)
src/shared/components/ManualConfigModal.tsx:18
↓ 1 callersFunctioncorrectJudge
A judge that correctly ranks the control pair (degraded => MATERIALLY_DIFFERS, good => SAME).
tests/unit/compression/eval-selftest.test.ts:7
↓ 1 callersFunctioncostFetch
(path: string)
src/lib/a2a/skills/costAnalysis.ts:35
↓ 1 callersFunctioncountBatchItemCheckpoints
(batchId: string)
src/lib/db/batches.ts:225
↓ 1 callersFunctioncountBatches
(apiKeyId?: string)
src/lib/db/batches.ts:347
↓ 1 callersFunctioncountByCategory
(entries: ProviderFilterEntry[])
tests/unit/providers-free-tier-filter.test.ts:77
↓ 1 callersFunctioncountCognitiveViolations
(report)
scripts/check/check-cognitive-complexity.mjs:56
↓ 1 callersMethodcountExecutions
(apiKeyId?: string)
src/lib/skills/executor.ts:185
↓ 1 callersFunctioncountFiles
(options: { apiKeyId?: string; purpose?: string } = {})
src/lib/db/files.ts:129
↓ 1 callersFunctioncountHtmlElements
(node: unknown)
open-sse/executors/duckduckgo-web.ts:250
↓ 1 callersFunctioncountImportedRows
()
src/lib/db/backup.ts:694
↓ 1 callersFunctioncountLocales
()
scripts/check/check-docs-counts-sync.mjs:78
↓ 1 callersFunctioncountMessages
(body: Record<string, unknown>)
open-sse/services/taskAwareRouting.ts:119
↓ 1 callersFunctioncountMessages
(body: Record<string, unknown> | null)
src/mitm/inspector/llmMetadataExtractor.ts:88
↓ 1 callersFunctioncountOrphanQuotaSnapshots
(db: SqliteDatabase)
src/lib/db/healthCheck.ts:271
↓ 1 callersFunctioncountProvidersInScope
(activeProviders: any[] = [])
src/app/(dashboard)/dashboard/combos/IntelligentComboPanel.tsx:32
↓ 1 callersFunctioncountRoutingStrategies
()
scripts/check/check-docs-counts-sync.mjs:54
↓ 1 callersMethodcountTasks
(filter?: Pick<TaskListFilter, "state" | "skill">)
src/lib/a2a/taskManager.ts:149
↓ 1 callersFunctioncountThumbs
(reactionGroups)
scripts/features/lib/classify.mjs:16
↓ 1 callersFunctioncountThumbs
(reactionGroups)
scripts/features/lib/resync.mjs:8
↓ 1 callersFunctioncoverage
()
scripts/quality/collect-metrics.mjs:36
↓ 1 callersFunctioncoverageByModule
()
scripts/quality/collect-metrics.mjs:106
↓ 1 callersFunctioncrc32
(buf: Buffer)
tests/integration/cursor-e2e.test.ts:51
← previousnext →10,601–10,700 of 20,485, ranked by callers