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
↓ 2 callers
Function
copyOpenAICompatibleReasoningFields
(source: JsonRecord, target: JsonRecord)
open-sse/utils/reasoningFields.ts:63
↓ 2 callers
Function
costForUnit
(cost: RecordConsumptionInput["cost"], unit: QuotaUnit)
src/lib/quota/enforce.ts:387
↓ 2 callers
Function
countKills
(report)
scripts/quality/mutation-radiography.mjs:78
↓ 2 callers
Function
countLines
(file)
scripts/check/check-file-size.mjs:47
↓ 2 callers
Function
countMemoryReindexPending
()
src/lib/db/memoryVec.ts:132
↓ 2 callers
Function
countOccurrences
(haystack: string, needle: string)
open-sse/mcp-server/toolSearch/search.ts:31
↓ 2 callers
Function
countOrphanDomainRows
( db: SqliteDatabase, table: "domain_budgets" | "domain_cost_history" )
src/lib/db/healthCheck.ts:288
↓ 2 callers
Function
countPlaceholders
(node)
scripts/i18n/sync-ui-keys.mjs:196
↓ 2 callers
Method
countTokens
(input: CountTokensInput)
open-sse/executors/glm.ts:480
↓ 2 callers
Function
crc32
(buf: Uint8Array)
open-sse/executors/kiro.ts:127
↓ 2 callers
Function
crc32
(buf)
tests/unit/executor-kiro.test.ts:9
↓ 2 callers
Function
createAbortError
()
src/lib/modelsDevSync.ts:91
↓ 2 callers
Function
createAccessToken
(input: { name: string; scope?: AccessScope | string; expiresAt?: string | null; })
src/lib/db/accessTokens.ts:86
↓ 2 callers
Function
createAuthCookie
()
tests/unit/openapi-try-route.test.ts:28
↓ 2 callers
Function
createAuthCookie
()
tests/unit/qwen-api-key-auto-create.test.ts:14
↓ 2 callers
Function
createAuthCookie
()
tests/unit/cli-tools-keys-route.test.ts:12
↓ 2 callers
Function
createAutoRefreshMiddleware
(options?: CookieRefreshOptions)
open-sse/services/claudeWebAutoRefresh.ts:159
↓ 2 callers
Function
createBrowserPoolMetrics
()
open-sse/services/browserPool.ts:67
↓ 2 callers
Function
createClaudeOAuthConnection
()
tests/unit/provider-limits-proxy-fail-closed.test.ts:34
↓ 2 callers
Method
createClient
(credentials)
open-sse/executors/bedrock.ts:622
↓ 2 callers
Function
createColumnId
()
src/app/(dashboard)/dashboard/playground/components/tabs/CompareTab.tsx:34
↓ 2 callers
Function
createConnectionFromAuthFile
( enriched: EnrichedClaudeAuth, options: CreateConnectionOptions )
src/lib/oauth/utils/claudeAuthImport.ts:174
↓ 2 callers
Function
createConnectionFromAuthFile
( parsed: ParsedCodexAuth, options: CreateConnectionOptions )
src/lib/oauth/utils/codexAuthImport.ts:141
↓ 2 callers
Function
createDeferred
()
src/app/(dashboard)/dashboard/endpoint/__tests__/EndpointPageClient.test.tsx:13
↓ 2 callers
Function
createFakeTailscaleBinary
()
tests/unit/tailscaleTunnel.test.ts:26
↓ 2 callers
Function
createHookContext
(params: { body: Record<string, unknown>; headers: Record<string, string | string[] | undefined>; model:
src/lib/middleware/registry.ts:170
↓ 2 callers
Function
createInitialSchemaTables
(db)
tests/unit/db-migration-runner.test.ts:105
↓ 2 callers
Function
createLegacySchemaDbWithName
(sqliteFile, name)
tests/unit/db-core-init.test.ts:315
↓ 2 callers
Function
createLog
()
tests/unit/combo-strict-random-distribution-3959.test.ts:32
↓ 2 callers
Function
createLog
()
tests/unit/combo-sessionless-pin-3825.test.ts:24
↓ 2 callers
Function
createLog
()
tests/unit/combo-account-allowlist-3266.test.ts:32
↓ 2 callers
Function
createManagedDbBackup
(db: SqliteDatabase, reason: string)
src/lib/db/core.ts:800
↓ 2 callers
Function
createManagementKey
()
tests/integration/api-routes-critical.test.ts:36
↓ 2 callers
Function
createMiniMaxQuotaFromPercent
( remainingPercent: number, resetAt: string | null )
open-sse/services/usage/minimax.ts:143
↓ 2 callers
Function
createModelEchoTransform
(echoModel: string | null | undefined)
open-sse/services/responseModelEcho.ts:56
↓ 2 callers
Function
createOmniRouteComboConfig
( options: OmniRouteComboConfigOptions )
@omniroute/opencode-provider/src/index.ts:725
↓ 2 callers
Function
createOmnirouteWsBridge
({ baseUrl, fetchImpl = fetch, pingIntervalMs = 25000, idleTimeoutMs = 90000, } = {})
scripts/dev/v1-ws-bridge.mjs:566
↓ 2 callers
Function
createOnboardingConnection
( input: CreateOnboardingConnectionInput )
src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:182
↓ 2 callers
Function
createOpenAIStreamingChunks
* Create OpenAI streaming chunks from complete response
open-sse/utils/bypassHandler.ts:262
↓ 2 callers
Function
createProvider
(dataDir: string)
tests/unit/cli-providers-command.test.ts:36
↓ 2 callers
Function
createProviderNode
(data: JsonRecord)
src/lib/db/providers/nodes.ts:52
↓ 2 callers
Function
createRedisLogThrottle
()
src/shared/utils/rateLimiter.ts:25
↓ 2 callers
Function
createReleaseFn
(semaphoreKey: string)
open-sse/services/accountSemaphore.ts:141
↓ 2 callers
Function
createReleaseFn
* Create a release function for a slot * @param {string} modelStr * @returns {Function}
open-sse/services/rateLimitSemaphore.ts:109
↓ 2 callers
Function
createRequest
(method: "GET" | "PUT", body?: unknown)
src/app/api/settings/__tests__/memory.test.ts:25
↓ 2 callers
Function
createRoundRobinDispatcher
(dispatchers: Dispatcher[])
open-sse/utils/proxyDispatcherCache.ts:66
↓ 2 callers
Method
createSNICallback
An SNICallback for `tls.createServer`/`tls.TLSSocket` (`{ SNICallback }`).
src/mitm/tproxy/dynamicCert.ts:109
↓ 2 callers
Function
createSSEDataLineNormalizer
()
open-sse/utils/streamHelpers.ts:104
↓ 2 callers
Function
createScorecard
(runs: any[])
src/lib/evals/evalRunner.ts:260
↓ 2 callers
Function
createSemaphoreTimeoutError
( semaphoreKey: string, timeoutMs: number )
open-sse/services/accountSemaphore.ts:163
↓ 2 callers
Function
createServiceWorkerHarness
()
tests/unit/service-worker-navigation-fallback.test.ts:20
↓ 2 callers
Function
createShadowEntry
()
open-sse/services/comboMetrics.ts:124
↓ 2 callers
Function
createStackAccumulator
()
open-sse/services/compression/stackedStepCore.ts:36
↓ 2 callers
Function
createStatusSequenceHandler
(sequence)
tests/unit/t23-t24-fallback-resilience.test.ts:23
↓ 2 callers
Function
createStorage
(initial: Record<string, string> = {})
tests/unit/request-logger-preferences.test.ts:13
↓ 2 callers
Function
createStreamingState
()
tests/unit/translator-resp-antigravity-thinking-boundary.test.ts:7
↓ 2 callers
Function
createTempDir
()
tests/unit/cli-runtime-detection.test.ts:17
↓ 2 callers
Function
createTextCompletionStreamTransformer
()
src/app/api/v1/completions/textCompletionTransform.ts:75
↓ 2 callers
Function
createTlsCaptureServer
( certStore: Pick<DynamicCertStore, "createSNICallback">, deps: Partial<TlsCaptureDeps> = {} )
src/mitm/tproxy/tlsCapture.ts:241
↓ 2 callers
Method
createTransparentListener
socket()+SO_REUSEADDR+IP_TRANSPARENT+bind()+listen(); returns the raw fd.
src/mitm/tproxy/transparentSocket.ts:25
↓ 2 callers
Function
createTransparentListenerFd
(ip: string, port: number)
src/mitm/tproxy/transparentSocket.ts:96
↓ 2 callers
Function
createTray
()
electron/main.js:419
↓ 2 callers
Function
createUpstreamStartTimeoutError
( timeoutMs: number, provider: string, model: string )
open-sse/handlers/chatCore/upstreamTimeouts.ts:35
↓ 2 callers
Function
createWindow
()
electron/main.js:344
↓ 2 callers
Function
credGlobals
()
open-sse/config/credentialLoader.ts:39
↓ 2 callers
Function
crushText
(text: string, minRows: number = DEFAULT_MIN_ROWS)
open-sse/services/compression/engines/headroom/smartcrusher.ts:181
↓ 2 callers
Function
csrfMac
(secret: Buffer, expiresAtSeconds: number, authToken: string)
src/server/authz/csrf.ts:36
↓ 2 callers
Function
csvCell
(value: string | number)
src/app/(dashboard)/dashboard/costs/CostOverviewTab.tsx:185
↓ 2 callers
Function
currentDashboardCsrfToken
(now: number = Date.now())
src/shared/utils/dashboardCsrf.ts:27
↓ 2 callers
Function
dashboardCookie
()
tests/unit/db-health-route.test.ts:35
↓ 2 callers
Function
dashboardCookie
()
tests/unit/authz/client-api-policy.test.ts:65
↓ 2 callers
Function
dashboardCookieHeader
(expiresIn = "1h")
tests/unit/authz/management-policy.test.ts:49
↓ 2 callers
Function
daysFromMs
(ms: number)
src/lib/usage/comboForecast.ts:68
↓ 2 callers
Function
debugStatePath
(providerId: string)
@omniroute/opencode-plugin/src/index.ts:4065
↓ 2 callers
Function
decodeGeneric
(input: string)
open-sse/services/compression/engines/headroom/gcf/decode_generic.ts:20
↓ 2 callers
Function
decodeJwtPayload
(jwt: string)
src/lib/oauth/utils/codexAuthFile.ts:74
↓ 2 callers
Function
decodeJwtPayload
* Decode a JWT payload to a plain object (no signature verification). * * Mirrors the helper in `providers.ts` but is kept local so this module has
src/lib/oauth/services/codexImport.ts:52
↓ 2 callers
Function
decodePublicCredBytes
(bytes: readonly number[])
open-sse/utils/publicCreds.ts:117
↓ 2 callers
Function
decodeSignature
(signature: string)
open-sse/services/geminiThoughtSignatureStore.ts:211
↓ 2 callers
Function
decodeStringField
Read a length-delimited string at a given field number from buf.
open-sse/executors/windsurf.ts:390
↓ 2 callers
Function
decrementPendingCounters
* Update the first (oldest) pending request detail and then remove it. * Unlike updatePendingRequest which targets the last entry, this is designed
src/lib/usage/usageHistory.ts:334
↓ 2 callers
Function
dedupeLatestRunsBySuite
(runs: PersistedEvalRun[])
open-sse/services/evalRouting.ts:140
↓ 2 callers
Function
dedupeTargetsByExecutionKey
(targets: ResolvedComboTarget[])
open-sse/services/combo/comboData.ts:17
↓ 2 callers
Function
def
(key: string)
tests/unit/pii-opt-in-default.test.ts:29
↓ 2 callers
Function
defaultConfig
()
bin/cli/contexts.mjs:11
↓ 2 callers
Function
defaultPortForProtocol
(protocol: string)
open-sse/utils/proxyDispatcher.ts:207
↓ 2 callers
Function
deferred
()
tests/unit/ui/provider-breaker-health-hook.test.tsx:13
↓ 2 callers
Function
deleteAffinityKey
(key: string)
src/lib/db/sessionAccountAffinity.ts:57
↓ 2 callers
Function
deleteBackup
(toolId: string, backupId: string)
src/shared/services/backupService.ts:190
↓ 2 callers
Function
deleteCallLogRowsByIds
(ids: string[])
src/lib/usage/callLogs.ts:318
↓ 2 callers
Function
deleteCircuitBreakerState
(name: string)
src/lib/db/domainState.ts:619
↓ 2 callers
Function
deleteCloudAgentTask
(id: string)
src/lib/cloudAgent/db.ts:142
↓ 2 callers
Function
deleteCombo
(combo: CompressionCombo)
src/app/(dashboard)/dashboard/context/combos/CompressionCombosPageClient.tsx:156
↓ 2 callers
Function
deleteComboByName
(name: string)
src/lib/db/combos.ts:301
↓ 2 callers
Function
deleteHandoff
(sessionId: string, comboName: string)
src/lib/db/contextHandoffs.ts:137
↓ 2 callers
Function
deleteKeyGroup
(id: string)
src/lib/db/apiKeyGroups.ts:111
↓ 2 callers
Function
deleteLockoutState
(identifier: string)
src/lib/db/domainState.ts:527
↓ 2 callers
Function
deleteMiddlewareHook
(name: string)
src/lib/db/middleware.ts:152
↓ 2 callers
Function
deleteModelIntelligence
(model: string, source: string, category: string)
src/lib/db/modelIntelligence.ts:100
↓ 2 callers
Function
deleteReasoningCacheEntry
(toolCallId: string)
open-sse/services/reasoningCache.ts:441
← previous
next →
7,401–7,500 of 20,485, ranked by callers