MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 4 callersFunctionrunAntigravityLogin
(opts = {}, deps = {})
bin/cli/commands/login.mjs:107
↓ 4 callersFunctionrunAuditTail
(opts, cmd)
bin/cli/commands/audit.mjs:62
↓ 4 callersFunctionrunAxe
( page: Page, label: string )
tests/e2e/a11y.spec.ts:90
↓ 4 callersFunctionrunClaudeFromCodex
* Feed a raw Codex (Responses-API) SSE wire string through the real translate-mode * transform stream (openai-responses → claude), optionally byte-ch
tests/unit/streaming-reasoning-dedup-5786.test.ts:43
↓ 4 callersFunctionrunCompressionEngineSet
(name, opts, cmd)
bin/cli/commands/compression.mjs:117
↓ 4 callersFunctionrunConnectionRecoveryTick
( deps: { nowMs?: number; loadConnections?: () => Promise<RecoverableConnectionInput[]>; clearCo
src/lib/quota/connectionRecovery.ts:120
↓ 4 callersFunctionrunConsumerGate
* Mirror of the combo.ts consumer site: feed a real `checkFallbackError` result * through the extracted predicate and into `recordProviderFailure` ex
tests/unit/skip-provider-breaker-consumer-2743.test.ts:138
↓ 4 callersFunctionrunElevatedPowerShell
(script: string)
src/mitm/systemCommands.ts:195
↓ 4 callersFunctionrunFabricatedDocsCheck
(opts = {})
scripts/check/check-fabricated-docs.mjs:790
↓ 4 callersFunctionrunHealthCommand
(opts = {})
bin/cli/commands/health.mjs:43
↓ 4 callersFunctionrunKeysListCommand
(opts = {})
bin/cli/commands/keys.mjs:211
↓ 4 callersFunctionrunModelsCommand
(provider, opts = {})
bin/cli/commands/models.mjs:19
↓ 4 callersFunctionrunNpm
(args)
bin/cli/commands/plugin.mjs:11
↓ 4 callersFunctionrunOAuthStart
(opts, cmd)
bin/cli/commands/oauth.mjs:167
↓ 4 callersFunctionrunOnError
(ctx: PluginContext, error: Error)
src/lib/plugins/hooks.ts:298
↓ 4 callersFunctionrunPluginOnResponseHook
(args: { requestId: string; body: unknown; model: string | null | undefined; provider: string | null |
open-sse/handlers/chatCore/pluginOnResponse.ts:11
↓ 4 callersFunctionrunRtkFilterTests
( options: { requireAll?: boolean; customFiltersEnabled?: boolean; trustProjectFilters?: boolean
open-sse/services/compression/engines/rtk/verify.ts:36
↓ 4 callersFunctionrunStopCommand
(opts = {})
bin/cli/commands/stop.mjs:24
↓ 4 callersFunctionrunText
(cmd, args)
scripts/features/lib/github.mjs:19
↓ 4 callersFunctionrunWithCorrelation
(correlationId, fn)
src/shared/middleware/correlationId.ts:40
↓ 4 callersFunctionruntimeModules
()
bin/cli/runtime/nativeDeps.mjs:21
↓ 4 callersFunctionsafeInvoke
(channel)
tests/unit/electron-preload.test.ts:234
↓ 4 callersFunctionsafeMarkNeedsReindex
* Best-effort: try to mark a memory needs_reindex. Swallows errors so that DB-closed * states (e.g. test teardown after the parent promise resolved)
src/lib/memory/store.ts:114
↓ 4 callersFunctionsafeOn
(channel, callback)
electron/preload.js:129
↓ 4 callersFunctionsafeToIsoString
(time: number)
open-sse/services/opencodeOllamaUsage.ts:75
↓ 4 callersFunctionsanitizeComboRuntimeConfig
(config?: Record<string, any> | null)
src/app/api/settings/combo-defaults/route.ts:13
↓ 4 callersFunctionsanitizeForensicHeader
(value: string | null, max = 256)
src/app/api/v1/relay/chat/completions/relaySecurity.ts:6
↓ 4 callersFunctionsanitizeQuotaWindowThresholds
(value: unknown)
src/lib/db/providers/columns.ts:98
↓ 4 callersFunctionsanitizeToolDescriptions
(tools: unknown)
open-sse/translator/helpers/schemaCoercion.ts:212
↓ 4 callersFunctionsanitizeUsageQuotasForProvider
(provider: string, usage: JsonRecord)
src/lib/usage/providerLimits/quotaNormalize.ts:66
↓ 4 callersFunctionsaveSession
(name, session)
bin/cli/tui/session.mjs:11
↓ 4 callersFunctionsaveToStorage
(key: string, value: unknown)
src/shared/components/Sidebar.tsx:64
↓ 4 callersFunctionscanCliProxyAuthDir
( dir: string, now: number = 0 )
src/lib/oauth/utils/cliProxyAuthImport.ts:118
↓ 4 callersFunctionscheduleStreamingQuotaShareConsumption
(args: { apiKeyId: string | null | undefined; connectionId: string | null | undefined; provider: string
open-sse/handlers/chatCore/streamingQuotaShare.ts:20
↓ 4 callersFunctionsearchQuantizationParams
( quantization: QdrantQuantization )
src/lib/memory/qdrant.ts:53
↓ 4 callersFunctionsearchSemanticMemory
( query: string, topK = 5, scope?: { apiKeyId?: string; sessionId?: string | null } )
src/lib/memory/qdrant.ts:342
↓ 4 callersFunctionseed
(provider: string, model: string, cooldownMs = 60_000)
tests/unit/model-cooldowns-route.test.ts:12
↓ 4 callersFunctionseedCodexOAuthConnection
({ name, email, accessToken, refreshToken, workspaceId, priority, })
tests/unit/chat-context-relay.test.ts:37
↓ 4 callersFunctionseedConnection
(provider, overrides = {})
tests/unit/combo-builder-options-route.test.ts:23
↓ 4 callersFunctionseedConnection
(provider: string, name: string, tags: string[])
tests/unit/tag-routing.test.ts:43
↓ 4 callersFunctionseedDefaultModelAliases
(options: SeedOptions = {})
src/lib/modelAliasSeed.ts:40
↓ 4 callersFunctionseedExistingDbWithoutPhysicalBaseline
(db)
tests/unit/db-migration-runner.test.ts:1364
↓ 4 callersFunctionseedHealthyConnection
()
tests/unit/chat-combo-live-test.test.ts:45
↓ 4 callersFunctionseedMimoCapabilities
()
tests/unit/model-capabilities-mimo-vision-override.test.ts:63
↓ 4 callersFunctionseedMistralCapabilities
()
tests/unit/model-capabilities-mistral-vision-sync-4073.test.ts:67
↓ 4 callersFunctionseedProvider
(label: string, apiKey: string, baseUrl: string)
tests/e2e/system-failover.test.ts:70
↓ 4 callersFunctionseedSkill
Insert a minimal skills row directly (bypasses the module under test).
tests/unit/db-backups-skills-3500.test.ts:37
↓ 4 callersFunctionseedTool
(overrides = {})
tests/unit/version-manager.test.ts:211
↓ 4 callersFunctionseededSample
(pool: T[], k: number, seed: number)
open-sse/services/compression/engines/ionizer/sample.ts:59
↓ 4 callersFunctionselectedModelFor
(combo: Record<string, unknown>, body: Record<string, unknown>)
tests/unit/combo-strategies.test.ts:83
↓ 4 callersMethodsendFrame
(opcode, payload)
scripts/dev/responses-ws-proxy.mjs:463
↓ 4 callersMethodsendFrame
(opcode, payload)
scripts/dev/v1-ws-bridge.mjs:268
↓ 4 callersMethodsendSockJS
(stompFrame: string)
open-sse/executors/chipotle.ts:254
↓ 4 callersFunctionserializeDeepSeekToolPrompt
(tools: unknown)
open-sse/translator/deepseekWebTools.ts:49
↓ 4 callersFunctionsessionsDir
()
bin/cli/tui/session.mjs:5
↓ 4 callersFunctionsetByPath
* Set a nested value in `target` using a dot/bracket path such as: * "custom_id" * "body.max_tokens" * "body.messages[0].content" * * Silen
src/lib/batches/csvToJsonl.ts:111
↓ 4 callersFunctionsetContent
(msg: ChatMessage, newContent: string)
open-sse/services/compression/progressiveAging.ts:62
↓ 4 callersFunctionsetInputValue
( el: HTMLTextAreaElement | HTMLInputElement, value: string, )
tests/unit/ui/playground-structured-output-editor.test.tsx:14
↓ 4 callersMethodsetMode
(mode: FaultMode)
tests/helpers/faultyUpstream.ts:14
↓ 4 callersFunctionsetModelCap
(cap: ModelCap)
src/lib/db/quotaModelCaps.ts:104
↓ 4 callersFunctionsetPluginEnabled
(name: string, enabled: boolean)
src/lib/plugins/index.ts:58
↓ 4 callersFunctionsetProxyConfig
(config: Record<string, unknown>)
src/lib/db/settings.ts:588
↓ 4 callersFunctionsetTaskRoutingConfig
(config: Partial<TaskRoutingConfig>)
open-sse/services/taskAwareRouter.ts:180
↓ 4 callersFunctionsetWebdavEnabled
(enabled: boolean)
src/lib/db/obsidian.ts:226
↓ 4 callersFunctionsetWebdavPassword
(password: string)
src/lib/db/obsidian.ts:187
↓ 4 callersFunctionsetWebdavUsername
(username: string)
src/lib/db/obsidian.ts:146
↓ 4 callersFunctionsetup
()
tests/unit/capture-critical-db-state.test.ts:10
↓ 4 callersFunctionsetupDb
()
tests/unit/transform-stream-hwm.test.ts:10
↓ 4 callersFunctionsetupFetch
(items: unknown[] = [], stats = defaultStats)
tests/unit/free-pool-tab.test.tsx:45
↓ 4 callersFunctionsetupFetchMock
()
tests/unit/ui/compressionHub-active-selector.test.tsx:46
↓ 4 callersFunctionsetupFetchMock
()
tests/unit/ui/compressionStylesPanel.test.tsx:51
↓ 4 callersFunctionsetupFetchMock
()
tests/unit/ui/compressionPanel.test.tsx:70
↓ 4 callersFunctionsetupTable
(store: NonNullable<ReturnType<typeof getVectorStore>>)
tests/unit/memory-vectorstore-rrf.test.ts:79
↓ 4 callersFunctionsha3_512HexJs
(input: string | Uint8Array)
open-sse/utils/sha3-512.ts:124
↓ 4 callersFunctionshortId
(value: string | null | undefined, max = 10)
src/app/(dashboard)/dashboard/combos/ComboControlCenterClient.tsx:92
↓ 4 callersFunctionshouldInjectMemory
(request: ChatRequest, config?: { enabled?: boolean })
src/lib/memory/injection.ts:156
↓ 4 callersFunctionshouldRefreshClaudeConnection
(connection: ClaudeConnectionLike)
tests/unit/claudeAuthFile.test.ts:56
↓ 4 callersFunctionshouldReject
(apiKey: string | null | undefined)
tests/unit/cli-mitm-schema.test.ts:78
↓ 4 callersFunctionshouldTreatAsComboRef
( target: string, providerId: string | null, options: NormalizeComboStepOptions )
src/lib/combos/steps.ts:135
↓ 4 callersFunctionshutdownPool
(reason: string)
open-sse/services/browserPool.ts:425
↓ 4 callersFunctionsleep
(ms)
scripts/dev/smoke-electron-packaged.mjs:33
↓ 4 callersFunctionsleep
(ms: number)
tests/integration/batch-e2e-rate-limit.test.ts:46
↓ 4 callersFunctionsleep
(ms: number)
tests/integration/resilience-http-e2e.test.ts:46
↓ 4 callersFunctionsnapshotEnv
()
tests/unit/codex-profile-auto-sync-gate.test.ts:13
↓ 4 callersFunctionsnapshotEnv
()
tests/unit/claude-profile-auto-sync-gate.test.ts:14
↓ 4 callersFunctionsortByStringKeys
(items: T[], keys: string[])
src/lib/sync/bundle.ts:37
↓ 4 callersFunctionspies
(costValue: number)
tests/unit/chatcore-streaming-cost.test.ts:13
↓ 4 callersFunctionsplitFieldDecl
(s: string)
open-sse/services/compression/engines/headroom/gcf/scalar.ts:292
↓ 4 callersFunctionsrc
(rel: string)
tests/unit/ui/rtl-logical-classes.test.tsx:24
↓ 4 callersFunctionsseChunk
(data: unknown)
open-sse/executors/muse-spark-web.ts:749
↓ 4 callersFunctionstampRouteResponse
( response: Response, requestId: string, routeClass: RouteClass )
src/server/authz/pipeline.ts:194
↓ 4 callersFunctionstartDevMode
(pluginDir: string, reloadFn: ReloadFn)
src/lib/plugins/devMode.ts:23
↓ 4 callersFunctionstartPeriodicSync
(intervalMs?: number)
src/lib/pricingSync.ts:376
↓ 4 callersFunctionstartTproxyCapture
( cfg: TproxyConfig, options: TproxyCaptureOptions = {} )
src/mitm/tproxy/captureMode.ts:156
↓ 4 callersFunctionstateHashFromState
(state: string)
src/app/api/providers/command-code/auth/shared.ts:41
↓ 4 callersFunctionstatusOf
(row: KeyRow)
src/app/(dashboard)/dashboard/usage/components/BudgetTab.tsx:91
↓ 4 callersFunctionsteppingClock
A clock that jumps +1000ms per call so the holdback commits on the very first chunk.
tests/unit/stream-continuation-wiring.test.ts:12
↓ 4 callersFunctionstop
()
open-sse/utils/sseHeartbeat.ts:77
↓ 4 callersFunctionstopDevMode
()
src/lib/plugins/devMode.ts:55
↓ 4 callersFunctionstopKeepalive
()
open-sse/utils/earlyStreamKeepalive.ts:95
← previousnext →5,201–5,300 of 20,485, ranked by callers