MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 1 callersFunctionestimateCost
({ model, inputTokens, maxOutputTokens = 1000, pricingOverrides })
src/shared/utils/costEstimator.ts:87
↓ 1 callersFunctionestimateInputTokens
(body)
src/shared/utils/costEstimator.ts:52
↓ 1 callersFunctionestimateLatency
(model: string)
src/app/api/playground/simulate-route/route.ts:106
↓ 1 callersFunctionestimatePromptChars
(body: Record<string, unknown>)
open-sse/services/taskAwareRouting.ts:103
↓ 1 callersFunctionestimateRequestInputTokens
(body: Record<string, unknown>)
open-sse/services/combo/comboStructure.ts:438
↓ 1 callersFunctionestimateTokens
(text: string)
open-sse/executors/blackbox-web.ts:145
↓ 1 callersFunctionestimateTokens
(text: string)
open-sse/executors/muse-spark-web.ts:170
↓ 1 callersFunctionestimateTokens
* Rough token estimate from message content (4 chars ≈ 1 token).
open-sse/services/autoCombo/pipelineRouter.ts:186
↓ 1 callersFunctionestimateTokens
(text: string)
src/lib/promptCache/prefixAnalyzer.ts:21
↓ 1 callersMethodeval
(script: string, numkeys: number, ...args: unknown[])
src/lib/quota/redisQuotaStore.ts:39
↓ 1 callersFunctionevaluateBundleSizeRatchet
(current, baseline)
scripts/check/check-bundle-size.mjs:150
↓ 1 callersFunctionevaluateCodeqlRatchet
(current, baseline)
scripts/check/check-codeql-ratchet.mjs:120
↓ 1 callersFunctionevaluateCognitiveComplexity
(current, baseline)
scripts/check/check-cognitive-complexity.mjs:78
↓ 1 callersFunctionevaluateComplexity
(current, baseline)
scripts/check/check-complexity.mjs:45
↓ 1 callersFunctionevaluateDeadCode
(current, baseline)
scripts/check/check-dead-code.mjs:99
↓ 1 callersFunctionevaluateDepAge
(timeCreatedMs, nowMs, minAgeHours = 72)
scripts/check/check-deps.mjs:126
↓ 1 callersFunctionevaluateMutationRatchet
(current, baseline, eps = MUTATION_RATCHET_EPS)
scripts/check/check-mutation-ratchet.mjs:55
↓ 1 callersFunctionevaluateOpenapiRatchet
({ current, baseline })
scripts/check/check-openapi-breaking.mjs:169
↓ 1 callersFunctionevaluatePageHealth
(page, locale)
scripts/i18n/run-visual-qa.mjs:144
↓ 1 callersFunctionevaluatePrBody
(body)
scripts/check/check-pr-evidence.mjs:91
↓ 1 callersFunctionevaluateQuotaCutoff
( quota: QuotaInfo | null | undefined, thresholds?: PreflightQuotaThresholds )
open-sse/services/quotaPreflight.ts:207
↓ 1 callersFunctionevaluateSecretsRatchet
(current, baseline)
scripts/check/check-secrets.mjs:127
↓ 1 callersFunctionevaluateToolPolicy
(toolNames: string[])
src/lib/toolPolicy.ts:76
↓ 1 callersFunctionevaluateTypeCoverage
(current, baseline, eps = 0)
scripts/check/check-type-coverage.mjs:77
↓ 1 callersFunctionevaluateVulnRatchet
(current, baseline)
scripts/check/check-vuln-ratchet.mjs:144
↓ 1 callersFunctionevaluateZizmorRatchet
(current, baseline)
scripts/check/check-workflows.mjs:156
↓ 1 callersFunctionevict
Evict expired entries and enforce the hard cap.
open-sse/services/combo/sessionStickiness.ts:148
↓ 1 callersFunctionevictColdBreakersIfNeeded
* Enforce MAX_REGISTRY_SIZE before inserting a new breaker. The cap was previously declared * but never used — the only bound was the 5-min sweep, wh
src/shared/utils/circuitBreaker.ts:514
↓ 1 callersMethodevictExpired
()
open-sse/services/cursorSessionManager.ts:157
↓ 1 callersFunctionevictIfNeeded
* Evict expired entries and enforce size bound. * Called lazily on writes. O(n) worst case but amortized O(1).
open-sse/services/searchCache.ts:62
↓ 1 callersFunctionevictOldest
* Evict the oldest entry from the memory cache when full.
open-sse/services/reasoningCache.ts:147
↓ 1 callersFunctionevictStaleContexts
()
open-sse/services/browserPool.ts:147
↓ 1 callersFunctionevictUntilWithinLimits
(maxBytes: number, incomingBytes: number)
open-sse/services/chatgptImageCache.ts:67
↓ 1 callersFunctionexactNearestIds
(query: number[], k: number)
tests/unit/memory-vectorstore-int8-quant.test.ts:62
↓ 1 callersFunctionexceedsKnownOutputLimit
( requestedOutputTokens: number, maxOutputTokens: number | null )
open-sse/services/combo/comboStructure.ts:481
↓ 1 callersFunctionexchangeSession
( cookie: string, signal: AbortSignal | null | undefined )
open-sse/executors/chatgpt-web.ts:316
↓ 1 callersMethodexecute
(input: ExecuteInput)
open-sse/executors/deepseek-web-with-auto-refresh.ts:38
↓ 1 callersMethodexecute
(input: ExecuteInput)
open-sse/executors/claude-web-with-auto-refresh.ts:16
↓ 1 callersMethodexecute
(input: ExecuteInput)
open-sse/executors/ninerouter.ts:134
↓ 1 callersFunctionexecuteComboRefUnit
(args: { body: Record<string, unknown>; unit: ResolvedComboRefTarget; allCombos: ComboCollectionLike;
open-sse/services/combo/runtimeUnits.ts:101
↓ 1 callersMethodexecuteDirect
(skillName: string, input: any, context: any)
src/lib/skills/hybrid.ts:52
↓ 1 callersFunctionexecuteEvalCase
( evalCase: Record<string, unknown>, target: EvalTargetInput, apiKey: string | null )
src/lib/evals/runtime.ts:185
↓ 1 callersFunctionexecuteModelUnit
(args: { body: Record<string, unknown>; unit: Extract<ResolvedComboUnit, { kind: "model" }>; handleSingl
open-sse/services/combo/runtimeUnits.ts:65
↓ 1 callersFunctionexecuteProviderHealthAutopilotAction
( input: ExecuteProviderAutopilotActionInput )
src/lib/monitoring/providerHealthAutopilot.ts:619
↓ 1 callersMethodexecuteRequest
(requestId, endpoint, payload, abortController)
scripts/dev/v1-ws-bridge.mjs:444
↓ 1 callersFunctionexecuteRuntimeUnit
(args: { body: Record<string, unknown>; unit: ResolvedComboUnit; allCombos: ComboCollectionLike; handl
open-sse/services/combo/runtimeUnits.ts:124
↓ 1 callersFunctionexecuteRuntimeUnitCombo
(args: { body: Record<string, unknown>; combo: ComboLike; strategy: string; effectiveComboStrategy?: s
open-sse/services/combo/runtimeUnits.ts:166
↓ 1 callersFunctionexecuteStage
( stage: PipelineStage, request: string, context: Record<string, string>, executor: StageExecutor )
src/domain/pipeline.ts:186
↓ 1 callersFunctionexecuteTarget
( i: number )
open-sse/services/combo.ts:1734
↓ 1 callersFunctionexecuteTryIt
(ep: Endpoint)
src/app/(dashboard)/dashboard/endpoint/ApiEndpointsTab.tsx:260
↓ 1 callersFunctionexecuteWebSearch
( input: ExecuteWebSearchInput )
src/lib/search/executeWebSearch.ts:115
↓ 1 callersMethodexecuteWithRetry
(input: ExecuteInput)
open-sse/executors/deepseek-web-with-auto-refresh.ts:128
↓ 1 callersMethodexecuteWithRetry
(input: ExecuteInput)
open-sse/executors/claude-web-with-auto-refresh.ts:22
↓ 1 callersMethodexecuteWithSession
As acquireBlocking(), but accepts arbitrary function to wrap
open-sse/services/sessionPool/sessionPool.ts:269
↓ 1 callersMethodexecuteWithTimeout
(promise: Promise<T>)
src/lib/skills/executor.ts:131
↓ 1 callersFunctionexpandAutoComboCandidatePool
( eligibleTargets: ResolvedComboTarget[], combo: { autoConfig?: unknown; config?: unknown } | null | undef
open-sse/services/combo/autoStrategy.ts:402
↓ 1 callersFunctionexpandWildcardSpec
* Expand a single provider-wildcard spec into concrete model entry objects * that `normalizeComboStep` can process as normal model steps. * * Retur
open-sse/services/combo/providerWildcard.ts:161
↓ 1 callersFunctionexpectOk
(response: Response, fallback: string)
src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:127
↓ 1 callersFunctionexpected
( provider: string, resolvedModel: string, apiFormat: string | undefined, customModelTargetFormat: str
tests/unit/chatcore-target-format.test.ts:15
↓ 1 callersFunctionexpectedValidationError
(status: number)
tests/unit/provider-validation-image-only.test.ts:40
↓ 1 callersFunctionexportAllSummaryRows
()
src/lib/db/backup.ts:617
↓ 1 callersFunctionexportCallLogsSince
(since: string)
src/lib/usage/callLogs.ts:872
↓ 1 callersFunctionexportConfig
()
src/lib/inspector/configPortability.ts:36
↓ 1 callersFunctionexportProxyLogsSince
(since: string)
src/lib/db/proxyLogs.ts:29
↓ 1 callersFunctionexport_csv
Export to CSV
scripts/i18n/validate_translation.py:386
↓ 1 callersFunctionexport_markdown
Export all keys to separate Markdown files - translated and untranslated
scripts/i18n/validate_translation.py:420
↓ 1 callersFunctionexpressCredentials
()
tests/unit/vertex-media.test.ts:23
↓ 1 callersFunctionextendComboSuggest
(combo)
bin/cli/commands/combo.mjs:44
↓ 1 callersFunctionextendProvidersMetrics
(providers)
bin/cli/commands/providers.mjs:687
↓ 1 callersFunctionextensionOf
(fileName)
scripts/check/check-provider-assets.mjs:12
↓ 1 callersFunctionextractAllowedToolNames
(body: unknown)
open-sse/utils/stream.ts:212
↓ 1 callersFunctionextractAltTokenHeader
(request: import("http").IncomingMessage)
src/server/ws/liveServer.ts:161
↓ 1 callersFunctionextractAnthropicResponseTurn
(message: unknown)
src/mitm/inspector/conversationNormalizer.ts:282
↓ 1 callersFunctionextractArchive
(archivePath: string, destinationDir: string)
src/lib/cloudflaredTunnel.ts:580
↓ 1 callersFunctionextractAssistantContent
(message: Record<string, unknown>)
open-sse/executors/muse-spark-web.ts:587
↓ 1 callersFunctionextractAssistantError
(message: Record<string, unknown>)
open-sse/executors/muse-spark-web.ts:606
↓ 1 callersFunctionextractAssistantReasoning
(message: Record<string, unknown>)
open-sse/executors/muse-spark-web.ts:601
↓ 1 callersFunctionextractAssistantTextAndCalls
* Aggregate output_text content blocks from an xAI completed response.
src/lib/providers/xai/translators/openai-chat.ts:251
↓ 1 callersFunctionextractAuthLabel
* Extract a label from auth.json content (email or auth_mode)
src/app/api/cli-tools/codex-profiles/route.ts:39
↓ 1 callersFunctionextractBearer
(request: Request)
src/server/authz/policies/clientApi.ts:7
↓ 1 callersFunctionextractBearerToken
(request: Request)
src/app/api/v1/me/status/route.ts:6
↓ 1 callersFunctionextractBearerToken
(request: import("http").IncomingMessage)
src/server/ws/liveServer.ts:197
↓ 1 callersFunctionextractBedrockRegionFromBaseUrl
(value: string | null | undefined)
open-sse/config/bedrock.ts:14
↓ 1 callersFunctionextractCall
* Turn one tool block (tag name + inner text) into a name + JSON-string arguments. * Returns null when no plausible tool name can be recovered.
open-sse/translator/deepseekWebTools.ts:324
↓ 1 callersFunctionextractCandidateMatches
(modelId: string)
src/lib/modelMetadataRegistry.ts:135
↓ 1 callersFunctionextractCfClearance
* Extract cf_clearance cookie from browser
open-sse/services/claudeTurnstileSolver.ts:58
↓ 1 callersFunctionextractChatOutput
(payload: Record<string, unknown> | null)
src/lib/evals/runtime.ts:127
↓ 1 callersFunctionextractClaudeBodyFromSource
( sourceBody: Record<string, unknown>, preserveCacheControl: boolean )
open-sse/services/claudeCodeCompatible.ts:867
↓ 1 callersFunctionextractClaudeEmail
(connection: ClaudeConnectionLike)
src/lib/oauth/utils/claudeAuthFile.ts:113
↓ 1 callersFunctionextractClaudePlan
(tokens: unknown, extra: unknown)
src/lib/oauth/providers/claude.ts:69
↓ 1 callersFunctionextractClientIP
(req)
open-sse/services/ipFilter.ts:252
↓ 1 callersFunctionextractClientThoughtSignature
(toolCall: unknown)
open-sse/translator/request/openai-to-gemini/helpers.ts:46
↓ 1 callersFunctionextractCloudAgentRegistryKeys
(registrySource: string)
scripts/check/check-known-symbols.ts:409
↓ 1 callersFunctionextractCodeAssistTierId
(subscription: JsonRecord)
open-sse/services/usage/antigravity.ts:301
↓ 1 callersFunctionextractCodexAccountId
(idToken: string, providerSpecificData: unknown)
src/lib/oauth/utils/codexAuthFile.ts:85
↓ 1 callersFunctionextractCodexAccountId
( idToken: string, tokensAccountId: string | undefined )
src/lib/oauth/utils/codexAuthImport.ts:45
↓ 1 callersFunctionextractCodexAccountInfo
(idToken: string)
src/lib/oauth/services/codexImport.ts:70
↓ 1 callersFunctionextractCodexEmail
(connection: CodexConnectionLike)
src/lib/oauth/utils/codexAuthFile.ts:96
↓ 1 callersFunctionextractCommandsFromContent
* Extracts all commands (and their immediately following description + options) * from a single .mjs file content. * * Limitation: uses regex, not
src/lib/agentSkills/cliRegistryParser.ts:123
↓ 1 callersFunctionextractComponent
* Try to extract component name from message patterns like [COMPONENT] or [component].
src/lib/consoleInterceptor.ts:48
← previousnext →11,101–11,200 of 20,485, ranked by callers