Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diegosouzapw/OmniRoute
/ functions
Functions
20,485 in github.com/diegosouzapw/OmniRoute
⨍
Functions
20,485
◇
Types & classes
2,883
↓ 6 callers
Function
parseFrame
(frame: string)
open-sse/executors/copilot-m365-frames.ts:99
↓ 6 callers
Function
parsePasteList
(text: string)
tests/unit/codexAuthImportBulk.test.ts:91
↓ 6 callers
Function
parseProviderId
(model: string)
src/lib/combos/steps.ts:97
↓ 6 callers
Function
parseQoderJobTokenResponse
(json: unknown)
open-sse/services/qoderCli.ts:423
↓ 6 callers
Function
parseResetIso
(value: string | null)
src/lib/db/quotaResetEvents.ts:80
↓ 6 callers
Function
parseResetTime
(value: unknown)
open-sse/services/usage/codebuddy-cn.ts:35
↓ 6 callers
Function
parseSAFromApiKey
(apiKey: string)
open-sse/executors/vertex.ts:28
↓ 6 callers
Function
parseVideoModel
(modelStr: string | null)
open-sse/config/videoRegistry.ts:220
↓ 6 callers
Function
partitionNoAuthEntriesByBlocked
(entries: T[], blockedProviders: unknown)
src/shared/utils/noAuthProviders.ts:59
↓ 6 callers
Function
peekDeviceFlowTicket
(token: string)
src/lib/oauth/deviceFlowTickets.ts:66
↓ 6 callers
Function
pick
(val: string | null, fromTag: boolean)
open-sse/translator/deepseekWebTools.ts:348
↓ 6 callers
Function
positiveMetric
(value: unknown)
open-sse/services/autoCombo/routerStrategy.ts:103
↓ 6 callers
Function
previewCodexJson
(json: unknown)
src/app/(dashboard)/dashboard/providers/[id]/components/modals/ImportCodexAuthModal.tsx:32
↓ 6 callers
Function
print_error
(msg: str)
scripts/i18n/validate_translation.py:85
↓ 6 callers
Function
processPendingBatches
()
open-sse/services/batchProcessor.ts:72
↓ 6 callers
Function
providerCountText
( t: ProviderMessageTranslator, key: string, count: number, singularFallback: string, pluralFallback
src/app/(dashboard)/dashboard/providers/[id]/providerPageHelpers.ts:199
↓ 6 callers
Function
push
(level: LogLevel, args: [unknown?, unknown?, unknown?])
tests/unit/token-refresh-service.test.ts:53
↓ 6 callers
Function
quotaShareConcurrencyKey
(connectionId: string)
open-sse/services/combo/quotaShareConcurrency.ts:27
↓ 6 callers
Function
quoteIdentifier
(identifier: string)
src/lib/db/schemaColumns.ts:212
↓ 6 callers
Function
quotePowerShell
(value: string)
src/mitm/systemCommands.ts:141
↓ 6 callers
Function
readMcpToolProfileFromEnv
( env: Record<string, string | undefined> )
open-sse/mcp-server/toolCardinality.ts:236
↓ 6 callers
Function
readProviderMockState
(page: Page)
tests/e2e/providers-management.spec.ts:221
↓ 6 callers
Function
readRoute
(rel: string)
tests/unit/route-error-sanitization-v382.test.ts:20
↓ 6 callers
Function
readSavedRefreshIntervalSec
( storage: RefreshIntervalStorage | null = getBrowserStorage() )
src/shared/components/requestLoggerPreferences.ts:18
↓ 6 callers
Function
readSrc
(relPath)
tests/integration/proxy-pipeline.test.ts:20
↓ 6 callers
Function
readSrc
(relPath: string)
tests/unit/quota-email-privacy.test.ts:26
↓ 6 callers
Function
readStateFile
()
src/lib/cloudflaredTunnel.ts:200
↓ 6 callers
Function
record
(method: string, ...args: unknown[])
tests/unit/quota-redis-store.test.ts:70
↓ 6 callers
Function
recordComboIntent
(comboName: string, intent: string)
open-sse/services/comboMetrics.ts:451
↓ 6 callers
Function
recordContextEditingTelemetryHook
(args: { contextEditingEnabled: boolean; provider: string | null | undefined; responseBody: unknown; s
open-sse/handlers/chatCore/contextEditingTelemetry.ts:14
↓ 6 callers
Function
recordKeySuccess
(connectionId: string, keyId: string)
open-sse/services/apiKeyRotator.ts:223
↓ 6 callers
Function
recordPluginExecution
( pluginName: string, hook: string, durationMs: number, success: boolean, errorMessage?: string )
src/lib/db/plugins.ts:221
↓ 6 callers
Function
recordTelemetry
(telemetry)
src/shared/utils/requestTelemetry.ts:123
↓ 6 callers
Function
redactRtkRawOutput
(value: string)
open-sse/services/compression/engines/rtk/rawOutput.ts:53
↓ 6 callers
Function
refresh
()
src/app/(dashboard)/dashboard/settings/components/RedisLauncherPanel.tsx:49
↓ 6 callers
Function
refreshClaudeOAuthToken
(refreshToken: string, credentials?: any)
src/sse/services/tokenRefresh.ts:55
↓ 6 callers
Method
registerClient
* Register OIDC client with AWS SSO * Returns clientId and clientSecret for device code flow
src/lib/oauth/services/kiro.ts:19
↓ 6 callers
Function
registerDefaultGuardrails
()
src/lib/guardrails/registry.ts:263
↓ 6 callers
Function
removeDNSEntries
(hosts: string[], sudoPassword: string)
src/mitm/dns/dnsConfig.ts:172
↓ 6 callers
Function
renderEditor
(onReady?: (so: ReturnType<typeof useStructuredOutput>) => void)
tests/unit/ui/playground-structured-output-editor.test.tsx:37
↓ 6 callers
Function
renderFilesCard
(props: { className?: string } = {})
tests/unit/dashboard/batch/concept-cards.test.tsx:47
↓ 6 callers
Function
renderModal
(props: Partial<React.ComponentProps<typeof ModelSelectModal>> = {})
tests/unit/ui/model-select-modal-deselect.test.tsx:24
↓ 6 callers
Function
renderPage
()
tests/unit/ui/AcpAgentsPage.test.tsx:117
↓ 6 callers
Function
renderPicker
( config = BASE_CONFIG, setConfig = vi.fn(), )
tests/unit/ui/playground-preset-picker.test.tsx:89
↓ 6 callers
Function
renderToolsBuilder
(onReady?: (b: ReturnType<typeof useToolsBuilder>) => void)
tests/unit/ui/playground-tools-builder.test.tsx:46
↓ 6 callers
Function
requireToken
()
open-sse/mcp-server/tools/notionTools.ts:5
↓ 6 callers
Function
resetAllDbModuleState
()
src/lib/db/stateReset.ts:22
↓ 6 callers
Function
resetCursorVersionCache
()
open-sse/utils/cursorVersionDetector.ts:71
↓ 6 callers
Function
resetDiversity
()
open-sse/services/autoCombo/providerDiversity.ts:167
↓ 6 callers
Function
resetModuleState
()
tests/unit/api-key-rotator-health.test.ts:23
↓ 6 callers
Function
resetRedisClient
()
src/lib/quota/redisQuotaStore.ts:67
↓ 6 callers
Function
resetStorage
()
tests/unit/db-models-extended.test.ts:22
↓ 6 callers
Function
resetStorage
()
tests/unit/token-health-check.test.ts:20
↓ 6 callers
Function
resolveApiPathToRoute
(apiPath, routeFiles)
scripts/check/check-fetch-targets.mjs:115
↓ 6 callers
Function
resolveBackgroundTaskRedirect
(opts: { body: unknown; headers: Record<string, string> | null | undefined; model: string; })
open-sse/handlers/chatCore/backgroundRedirect.ts:19
↓ 6 callers
Function
resolveCallerScopeContext
( extra: McpToolExtraLike | undefined, fallbackScopes: readonly string[] = [] )
open-sse/mcp-server/scopeEnforcement.ts:72
↓ 6 callers
Function
resolveChatRequestBody
( request: { json: () => Promise<unknown> }, preParsedBody: unknown = null )
src/sse/handlers/requestBody.ts:18
↓ 6 callers
Function
resolveCodexGlobalFastServiceTier
( settings: unknown )
src/lib/providers/codexFastTier.ts:35
↓ 6 callers
Function
resolveCodexWsModelInfo
( requestedModel: string, resolve: ModelResolver )
src/app/api/internal/codex-responses-ws/modelResolution.ts:34
↓ 6 callers
Function
resolveCompressionHeader
( headers: Record<string, unknown> | Headers | null | undefined )
open-sse/handlers/chatCore/headers.ts:41
↓ 6 callers
Function
resolveCompressionPlan
(config: any, ctx: ResolveCtx)
open-sse/services/compression/resolveCompressionPlan.ts:8
↓ 6 callers
Function
resolveEgressIp
( proxyUrl: string | null, opts: { cacheTtlMs?: number; force?: boolean } = {} )
src/lib/proxyEgress.ts:107
↓ 6 callers
Function
resolveExplicitStreamAlias
(body: unknown)
open-sse/utils/aiSdkCompat.ts:150
↓ 6 callers
Function
resolveMemoryOwnerId
(apiKeyInfo: Record<string, unknown> | null)
open-sse/handlers/chatCore/memoryExtraction.ts:125
↓ 6 callers
Function
resolveModelFilterKey
( provider: string, modelPrefix: string | undefined, isCompatibleConnectionId: boolean )
src/app/(dashboard)/dashboard/playground/components/modelSelection.ts:24
↓ 6 callers
Function
resolveNestedComboModels
( combo: ComboLike, allCombos: ComboCollectionLike, visited = new Set<string>(), depth = 0, maxDepth
open-sse/services/combo/comboStructure.ts:355
↓ 6 callers
Function
resolveNvidiaValidationModel
(providerSpecificData?: { validationModelId?: unknown; })
src/lib/providers/nvidiaValidationModel.ts:18
↓ 6 callers
Function
resolveOrDefault
( resolver: ((window: string | null) => number) | undefined, window: string | null, fallbackPercent: num
open-sse/services/quotaPreflight.ts:121
↓ 6 callers
Function
resolveOutputStyleSelection
(config: ConfigSlice)
open-sse/services/compression/outputStyles/backCompat.ts:20
↓ 6 callers
Function
resolvePipelineBreakerConfig
( partial?: Partial<PipelineCircuitBreakerConfig>, env: NodeJS.ProcessEnv = process.env )
open-sse/services/compression/pipelineEngineBreaker.ts:61
↓ 6 callers
Function
resolvePort
(optsPort: string | undefined, envPort: string | undefined)
tests/unit/cli-serve-port.test.ts:13
↓ 6 callers
Function
resolveProviderServiceKinds
( providerId: string, declared: readonly string[] | undefined )
open-sse/config/mediaServiceKinds.ts:64
↓ 6 callers
Function
resolveProxyForScopeFromRegistry
(scope: string, scopeId?: string | null)
src/lib/db/proxies.ts:602
↓ 6 callers
Function
resolveProxyLookupResponse
( searchParams: URLSearchParams, whereUsedParam: string )
src/lib/api/proxyRegistryRouteHandlers.ts:30
↓ 6 callers
Function
resolveServerEntry
* resolveServerEntry.js — pure helper for selecting the Next.js server entrypoint. * * The WS-aware wrapper `server-ws.mjs` installs the trusted pee
electron/lib/resolveServerEntry.js:20
↓ 6 callers
Function
resolveStoragePath
(dataDir = resolveDataDir())
bin/cli/data-dir.mjs:57
↓ 6 callers
Function
resolveSuppressThinkClose
(opts: { userAgent?: string | null; thinkingMarkerHeader?: string | null; })
open-sse/utils/thinkCloseMarker.ts:66
↓ 6 callers
Function
resolveWritableDataDir
({ isCloud = false }: { isCloud?: boolean } = {})
src/lib/dataPaths.ts:86
↓ 6 callers
Function
resolved
(mode: PreserveSystemPromptMode, caching: boolean)
tests/unit/compression/cache-aware-preserve-mode.test.ts:36
↓ 6 callers
Method
restart
()
src/lib/services/ServiceSupervisor.ts:131
↓ 6 callers
Function
rewriteVscodeServiceTierRequest
(request: Request)
src/lib/vscode/serviceTierVariants.ts:176
↓ 6 callers
Function
routeExportsMethod
(routeSource, method)
scripts/check/check-fetch-targets.mjs:156
↓ 6 callers
Function
routeFileToApiPath
(routeFile: string)
scripts/check/check-route-guard-membership.ts:69
↓ 6 callers
Function
run
(provider: string)
tests/unit/refresh-serializer.test.ts:57
↓ 6 callers
Function
run
(content: string, retrievalRampFactor = 2)
tests/unit/compression/ccr-retrieval-ramp.test.ts:79
↓ 6 callers
Function
run
(messages: unknown[], enabled = true)
tests/unit/compression/read-lifecycle.test.ts:13
↓ 6 callers
Function
runChatCommand
(promptArg, opts, cmd)
bin/cli/commands/chat.mjs:32
↓ 6 callers
Function
runComboCreateCommand
(name, strategy = "priority", opts = {})
bin/cli/commands/combo.mjs:255
↓ 6 callers
Function
runEval
(opts: RunEvalOptions)
open-sse/services/compression/eval/runner.ts:50
↓ 6 callers
Function
runMemoryAdd
(opts, cmd)
bin/cli/commands/memory.mjs:99
↓ 6 callers
Function
runPluginOnRequestHook
(args: { requestId: string; body: unknown; model: string | null | undefined; provider: string | null |
open-sse/handlers/chatCore/pluginOnRequest.ts:23
↓ 6 callers
Function
runPreviewBatch
(args: RunPreviewArgs)
src/hooks/usePreviewCompression.ts:14
↓ 6 callers
Function
runProvidersMetrics
(opts, cmd)
bin/cli/commands/providers.mjs:618
↓ 6 callers
Function
runProvidersRotateCommand
(selector, opts = {})
bin/cli/commands/providers.mjs:306
↓ 6 callers
Function
runSimulateCommand
(promptArg, opts, cmd)
bin/cli/commands/simulate.mjs:29
↓ 6 callers
Function
runStreamCommand
(promptArg, opts, cmd)
bin/cli/commands/stream.mjs:22
↓ 6 callers
Function
s
(name: string)
tests/unit/openapi-spec-example-body.test.ts:32
↓ 6 callers
Function
safe
(fn: () => T)
tests/unit/provider-translate-path-golden.test.ts:64
↓ 6 callers
Function
sanitizeComboRuntimeConfig
(config)
src/app/(dashboard)/dashboard/combos/page.tsx:210
↓ 6 callers
Function
sanitizeResponsesApiResponse
(body: unknown)
open-sse/handlers/responseSanitizer.ts:277
← previous
next →
3,301–3,400 of 20,485, ranked by callers