MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 16 callersFunctionmemoLookup
(key: string)
open-sse/services/compression/resultMemo.ts:66
↓ 16 callersFunctionmkQuota
(overrides: Record<string, unknown> = {})
tests/unit/quota-helpers.test.ts:12
↓ 16 callersFunctionmount
(ui: React.ReactElement)
tests/unit/ui/comboLiveStudio.test.tsx:43
↓ 16 callersFunctionnormalizeCodexImportRecord
(input: unknown)
src/lib/oauth/services/codexImport.ts:141
↓ 16 callersFunctionparseExtraApiKeys
( raw: string, existing: string[] )
src/shared/utils/parseApiKeys.ts:19
↓ 16 callersFunctionparseSSEToResponsesOutput
(rawSSE, fallbackModel)
open-sse/handlers/sseParser.ts:642
↓ 16 callersFunctionparseVscodeServiceTierVariantModelId
(modelId: string | null | undefined)
src/lib/vscode/serviceTierVariants.ts:15
↓ 16 callersFunctionread
(rel: string)
tests/unit/oauth-providers-error-handling.test.ts:17
↓ 16 callersFunctionresolveKeepaliveThreshold
(model: string | undefined | null)
open-sse/utils/keepaliveThreshold.ts:52
↓ 16 callersFunctionresolveMitmDataDir
()
src/mitm/dataDir.ts:25
↓ 16 callersFunctionsafeParseJSON
(str: unknown, fallback: TFallback)
open-sse/translator/helpers/jsonUtil.ts:11
↓ 16 callersFunctionsanitizeUpstreamHeadersMap
( raw: Record<string, unknown> | null | undefined )
src/lib/db/models/compat.ts:44
↓ 16 callersFunctionseedConn
(name: string, tags?: string[])
tests/unit/combo-account-allowlist-3266.test.ts:49
↓ 16 callersFunctionselectedConnectionFor
( combo: Record<string, unknown>, options: { apiKeyAllowedConnections?: string[] | null } = {} )
tests/unit/combo-strategies.test.ts:172
↓ 16 callersFunctionshouldRequestClaudeFastMode
( settings: unknown, modelId: string | null | undefined )
src/lib/providers/claudeFastMode.ts:61
↓ 16 callersMethodsize
* Current entry count — exposed for tests / diagnostics.
src/mitm/inspector/buffer.ts:182
↓ 16 callersFunctionsplitClaudeEffortSuffix
(model: unknown)
open-sse/config/providerModels.ts:109
↓ 16 callersFunctionstatusToExitCode
(status)
bin/cli/api.mjs:142
↓ 16 callersMethodsubscribe
(cb: (line: LogLine) => void)
src/lib/services/ringBuffer.ts:55
↓ 16 callersFunctionsys
(content: string)
tests/unit/compression/quantumLockStep.test.ts:7
↓ 16 callersFunctiontestTransform
(transform: TransformStream, inputChunks: string[])
tests/unit/sseTextTransform.test.ts:6
↓ 16 callersFunctiontoNonEmptyString
(value: unknown)
tests/unit/claudeAuthFile.test.ts:16
↓ 16 callersFunctiontoRecord
(value: unknown)
src/lib/db/settings/shared.ts:7
↓ 16 callersFunctiontoStringValue
(value: unknown, fallback = "")
src/app/api/usage/analytics/route.ts:77
↓ 16 callersFunctiontransformToModelIntelligence
( data: ArenaLeaderboardMap )
src/lib/arenaEloSync.ts:303
↓ 16 callersFunctiontryOpenSync
( filePath: string, options?: Record<string, unknown> )
src/lib/db/adapters/driverFactory.ts:23
↓ 16 callersMethodupdateTask
( taskId: string, state: TaskState, artifacts?: TaskArtifact[], message?: string )
src/lib/a2a/taskManager.ts:122
↓ 16 callersFunctionutc
(y, m, d, h, min)
tests/unit/api-key-policy.test.ts:289
↓ 16 callersFunctionvalidateComboDAG
( comboName: string, allCombos: ComboCollectionLike, visited = new Set<string>(), depth = 0, maxDept
open-sse/services/combo/comboStructure.ts:317
↓ 16 callersFunctionwaitFor
( fn: () => boolean, options: { timeout?: number; interval?: number } = {} )
tests/unit/dashboard/batch/components/NewBatchWizard.test.tsx:129
↓ 16 callersFunctionwildcardMatch
(model, pattern)
open-sse/services/wildcardRouter.ts:17
↓ 15 callersFunctionaddBufferToUsage
(usage)
open-sse/utils/usageTracking.ts:121
↓ 15 callersFunctionallow
(subject: AuthSubject)
src/server/authz/context.ts:38
↓ 15 callersFunctionapiAuth
(key: string, baseURL?: string)
@omniroute/opencode-plugin/tests/provider.test.ts:73
↓ 15 callersFunctionappendNonStreamingSseTerminalSignal
( state: NonStreamingSseTerminalState, chunk: string )
open-sse/handlers/chatCore/nonStreamingSse.ts:159
↓ 15 callersFunctionapplyProviderTag
( model: ModelV2, enrichment: OmniRouteEnrichmentEntry | undefined )
@omniroute/opencode-plugin/src/index.ts:1622
↓ 15 callersFunctionargv
(...args: string[])
tests/unit/cli-storage-key-provision.test.ts:6
↓ 15 callersFunctionassertEcmShape
( framed: Buffer, expectedExecMsgId: number, expectedExecId: string, expectedResultField: number )
tests/unit/cursor-agent-protobuf.test.ts:273
↓ 15 callersFunctionbuildAgentServerMessage
(esmInner: Buffer)
tests/unit/cursor-agent-exec-router.test.ts:39
↓ 15 callersFunctionbuildCacheKey
( source: string, model: string | null, dim: number | null, text: string )
src/lib/memory/embedding/cache.ts:31
↓ 15 callersFunctionbuildExecEnv
()
src/lib/tailscaleTunnel.ts:281
↓ 15 callersFunctionbuildExecServerMessage
( execMsgId: number, execId: string, variantField: number, variantPayload: Buffer )
tests/unit/cursor-agent-exec-router.test.ts:44
↓ 15 callersMethodbuildRequest
( model: string, body: { messages?: ChatMessage[]; tools?: unknown; tool_choice?: un
open-sse/executors/cursor.ts:846
↓ 15 callersFunctionbuildRetryPlan
(input: { inputJsonl: string; errorJsonl: string; })
src/lib/batches/retryFailed.ts:38
↓ 15 callersFunctioncalculateFactors
( candidate: ProviderCandidate, pool: ProviderCandidate[], taskType: string, getTaskFitness: (model: s
open-sse/services/autoCombo/scoring.ts:179
↓ 15 callersFunctioncalculateLevel
(totalXp: number)
src/lib/gamification/xp.ts:60
↓ 15 callersMethodcanExecute
()
src/shared/utils/circuitBreaker.ts:277
↓ 15 callersFunctionclampComboDepth
(value: unknown)
open-sse/services/combo/comboPredicates.ts:92
↓ 15 callersFunctionclearEnv
()
tests/unit/vision-bridge-env-override.test.ts:38
↓ 15 callersFunctioncloneValue
(value: T)
open-sse/services/claudeCodeCompatible.ts:1111
↓ 15 callersFunctioncreateContext
(overrides: Partial<GuardrailContext> = {})
tests/unit/guardrails/visionBridge.test.ts:61
↓ 15 callersFunctioncreatePayload
(overrides: Record<string, unknown> = {})
tests/unit/guardrails/visionBridge.test.ts:69
↓ 15 callersFunctioncreateSSEStream
(options: StreamOptions = {})
open-sse/utils/stream.ts:607
↓ 15 callersMethodcreateTask
({ baseUrl, token, payload, endpoint }: KieTaskInput)
open-sse/executors/kie.ts:49
↓ 15 callersFunctiondecodeFields
(buf: Buffer)
open-sse/utils/cursorAgentProtobuf/wire.ts:98
↓ 15 callersFunctionderiveDefaultPlan
( engines: Record<string, EngineToggle>, masterEnabled: boolean, )
open-sse/services/compression/deriveDefaultPlan.ts:37
↓ 15 callersFunctionenableManagementAuth
()
tests/integration/api-keys.test.ts:32
↓ 15 callersFunctionenforceApiKeyPolicy
( request: Request, modelStr: string | null )
src/shared/utils/apiKeyPolicy.ts:309
↓ 15 callersFunctionextractLlmMetadata
(req: InterceptedRequest)
src/mitm/inspector/llmMetadataExtractor.ts:141
↓ 15 callersFunctionextractTextContent
(content: ChatMessageLike["content"])
open-sse/services/compression/messageContent.ts:25
↓ 15 callersFunctionfmtCost
(v)
bin/cli/commands/usage.mjs:8
↓ 15 callersFunctionget
(key: string)
src/lib/memory/embedding/cache.ts:42
↓ 15 callersFunctiongetAllKeyHealth
()
open-sse/services/apiKeyRotator.ts:287
↓ 15 callersFunctiongetCompressionEngine
(id: string)
open-sse/services/compression/engines/registry.ts:45
↓ 15 callersFunctiongetModelAliases
()
src/lib/db/models/aliases.ts:7
↓ 15 callersFunctiongetReasoningCacheServiceStats
()
open-sse/services/reasoningCache.ts:344
↓ 15 callersFunctiongetString
(value: unknown)
open-sse/services/qoderCli.ts:57
↓ 15 callersFunctiongetSyncedAvailableModels
( providerId: string )
src/lib/db/models.ts:368
↓ 15 callersFunctiongetTargetFormat
(provider, providerSpecificData = null)
open-sse/services/provider.ts:393
↓ 15 callersFunctionget_all_keys
Recursively get all leaf keys from JSON object
scripts/i18n/validate_translation.py:99
↓ 15 callersFunctionhandleAudioTranscription
({ formData, credentials, resolvedProvider = null, resolvedModel = null, }: { formData: FormData;
open-sse/handlers/audioTranscription.ts:420
↓ 15 callersFunctionhasColumn
(db: DbLike, table: string, column: string)
src/lib/db/evals.ts:89
↓ 15 callersFunctionhasNativeWebSearchTool
(body: unknown)
open-sse/services/webSearchRouting.ts:36
↓ 15 callersFunctionimportFresh
(modulePath)
tests/unit/db-core-init.test.ts:46
↓ 15 callersFunctioninsertCallLog
(row: Record<string, unknown>)
tests/unit/db-call-log-stats-3500.test.ts:25
↓ 15 callersFunctionisClaudeCodeCompatibleProvider
(providerId: unknown)
src/shared/constants/providers.ts:130
↓ 15 callersFunctionisOfficialAnthropicBaseUrl
(baseUrl: string)
open-sse/utils/anthropicHost.ts:12
↓ 15 callersFunctionisProviderWildcardEntry
(entry: unknown)
open-sse/services/combo/providerWildcard.ts:45
↓ 15 callersFunctionisRecord
(value: unknown)
open-sse/executors/commandCode.ts:19
↓ 15 callersFunctionisValidApiKey
(apiKey: string)
src/sse/services/auth.ts:2396
↓ 15 callersFunctionlenBytes
(fields: WalkField[], fn: number)
tests/unit/cursor-image-input.test.ts:65
↓ 15 callersFunctionlistQuotaCombos
()
tests/unit/quota-combos-sync.test.ts:70
↓ 15 callersFunctionloadRtkFilters
(options: RtkFilterLoadOptions = {})
open-sse/services/compression/engines/rtk/filterLoader.ts:182
↓ 15 callersFunctionmakeJsonl
(lines: string[])
tests/unit/lib/batches/retryFailed.test.ts:27
↓ 15 callersFunctionmakeLeaderboardMap
( categories: Partial<Record<string, ArenaModelEntry[]>> )
tests/unit/arena-elo-sync.test.ts:90
↓ 15 callersFunctionmakeMemoKey
( body: Record<string, unknown>, mode: CompressionMode, config: CompressionConfig, principalId?: strin
open-sse/services/compression/resultMemo.ts:31
↓ 15 callersFunctionmakeSettings
(minMs = 5000, maxMs = 300000)
tests/unit/services/providerCooldownTracker.test.ts:32
↓ 15 callersFunctionmaskEmailLikeValue
(value: string | null | undefined, visibleChars = 3)
src/shared/utils/maskEmail.ts:39
↓ 15 callersFunctionmatchRtkFilter
( text: string, command?: string | null, options: RtkFilterLoadOptions = {} )
open-sse/services/compression/engines/rtk/filterLoader.ts:224
↓ 15 callersFunctionmockDeepSeekFlow
()
tests/unit/deepseek-web.test.ts:119
↓ 15 callersFunctionparseSSEToOpenAIResponse
(rawSSE, fallbackModel)
open-sse/handlers/sseParser.ts:160
↓ 15 callersFunctionpersistFailureUsage
(statusCode: number, errorCode?: string | null)
open-sse/handlers/chatCore.ts:476
↓ 15 callersFunctionpostChat
(baseUrl: string, model: string, content: string)
tests/integration/resilience-http-e2e.test.ts:423
↓ 15 callersFunctionread
(rel: string)
tests/unit/token-refresh-race-comprehensive.test.ts:8
↓ 15 callersFunctionreadStreamText
(stream)
tests/unit/stream-handler.test.ts:21
↓ 15 callersFunctionrecordStickyBinding
(messageHash: string, connectionId: string)
open-sse/services/combo/sessionStickiness.ts:169
↓ 15 callersFunctionrenderHook
* Renders the hook via a React component that calls a subscriber on each render. * Returns a getter for the latest result; never mutates anything in
tests/unit/dashboard/batch/components/useBatchActions.test.tsx:59
↓ 15 callersFunctionrenderScrapeResult
(content: string, latencyMs?: number)
tests/unit/ui/search-tools-scrape-result.test.tsx:49
↓ 15 callersFunctionresetStorage
()
tests/unit/sse-auth.test.ts:19
↓ 15 callersFunctionresolveAllowedOrigin
(requestOrigin: string | null | undefined)
src/server/cors/origins.ts:85
← previousnext →801–900 of 20,485, ranked by callers