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
↓ 1 callers
Function
createA2AStream
( task: A2ATask, executeSkill: ( task: A2ATask ) => Promise<{ artifacts: Array<{ content: string }>;
src/lib/a2a/streaming.ts:90
↓ 1 callers
Function
createAnthropicStreamResponse
(text: string, body: unknown)
src/lib/usage/internalUsageCommand.ts:674
↓ 1 callers
Function
createAnthropicTextResponse
(text: string, body: unknown)
src/lib/usage/internalUsageCommand.ts:660
↓ 1 callers
Function
createBackup
()
bin/cli/commands/update.mjs:53
↓ 1 callers
Function
createBackupMultipartStream
(backupPath, info, boundary)
bin/cli/commands/backup.mjs:316
↓ 1 callers
Function
createBadgeNotificationStream
( apiKeyId: string, signal?: AbortSignal )
src/lib/gamification/notifications.ts:68
↓ 1 callers
Function
createBatchState
(batch: BatchRecord)
open-sse/services/batchProcessor.ts:630
↓ 1 callers
Function
createBetterSqliteAdapter
(db: import("better-sqlite3").Database)
src/lib/db/adapters/betterSqliteAdapter.ts:3
↓ 1 callers
Function
createCaptureLog
()
tests/unit/codex-stream-false.test.ts:38
↓ 1 callers
Function
createCavemanStats
( originalTokens: number, compressedTokens: number, techniquesUsed: string[], rulesApplied: string[] |
open-sse/services/compression/caveman.ts:395
↓ 1 callers
Function
createChunkEvent
(taskId: string, content: string)
src/lib/a2a/streaming.ts:30
↓ 1 callers
Function
createClaudeEmptyResponseLifecycle
()
open-sse/utils/stream.ts:408
↓ 1 callers
Function
createClaudeOAuth
(i: number)
tests/unit/provider-limits-oauth-sequential-sync.test.ts:41
↓ 1 callers
Function
createCodexClientIdentity
( sessionId: string | null, providerSpecificData?: Record<string, unknown> | null )
open-sse/config/codexIdentity.ts:42
↓ 1 callers
Function
createCombo
(name: string, model: string)
tests/unit/error-message-sanitization.test.ts:48
↓ 1 callers
Function
createComboLog
()
tests/unit/codex-stream-false.test.ts:28
↓ 1 callers
Function
createCompatibleProviderNode
( input: CreateCompatibleProviderNodeInput )
src/app/(dashboard)/dashboard/providers/components/onboarding/providerOnboardingApi.ts:262
↓ 1 callers
Function
createCompletionEvent
(taskId: string, metadata: Record<string, unknown>)
src/lib/a2a/streaming.ts:44
↓ 1 callers
Function
createCompressionCombo
(data: Partial<CompressionCombo>)
src/lib/db/compressionCombos.ts:253
↓ 1 callers
Function
createCurrencyFormatter
(locale: string)
src/app/(dashboard)/dashboard/costs/components/ApiKeyUsageLimitCard.tsx:35
↓ 1 callers
Function
createDraftFromImportedSuite
( payload: ImportedEvalSuiteFile, fallbackName: string )
src/app/(dashboard)/dashboard/usage/components/EvalsTab.tsx:310
↓ 1 callers
Function
createEmptyStreamChunks
()
open-sse/utils/requestLogger.ts:95
↓ 1 callers
Function
createEnvBackup
()
src/app/api/system/env/repair/route.ts:19
↓ 1 callers
Function
createErrorFile
( batchId: string, current: any, results: any[], itemsWithErrors: any[] )
open-sse/services/batchProcessor.ts:842
↓ 1 callers
Function
createExecutorModelClient
( provider: string, credentials: ProviderCredentials, costPerKTokenOut?: number )
open-sse/services/compression/eval/executorModelClient.ts:14
↓ 1 callers
Function
createFakeEmbeddingRelay
()
tests/integration/batch-e2e-rate-limit.test.ts:92
↓ 1 callers
Function
createFakeOpenAiRelay
()
tests/integration/resilience-http-e2e.test.ts:85
↓ 1 callers
Function
createHeartbeat
(taskId: string)
src/lib/a2a/streaming.ts:58
↓ 1 callers
Function
createHookSandbox
* Build the minimal, capability-free context object exposed to hook code. * * TRUST MODEL: Node's `vm` is NOT a hard security boundary (it shares th
src/lib/middleware/registry.ts:76
↓ 1 callers
Function
createInviteToken
( id: string, code: string, tokenHash: string, createdBy: string, serverUrl?: string, maxUses?: nu
src/lib/db/gamification.ts:421
↓ 1 callers
Function
createJsonResponse
( upstream: Response, model: string, signal?: AbortSignal | null )
open-sse/executors/commandCode.ts:583
↓ 1 callers
Function
createLegacyArchive
(targets: ArchiveTarget[])
src/lib/usage/migrations.ts:161
↓ 1 callers
Function
createLegacyCallLogsDb
(sqliteFile)
tests/unit/db-core-init.test.ts:134
↓ 1 callers
Function
createLegacyEncrypted
(plaintext: string, secret: string)
tests/unit/encryption.spec.ts:5
↓ 1 callers
Function
createLimiter
(max)
scripts/i18n/run-translation.mjs:443
↓ 1 callers
Function
createLimiter
(max)
scripts/i18n/sync-ui-keys.mjs:283
↓ 1 callers
Function
createLog
()
tests/unit/rate-limit-queue-timeout-lockout.test.ts:17
↓ 1 callers
Function
createLog
()
tests/unit/model-lockout-max-cooldown.test.ts:19
↓ 1 callers
Function
createLog
()
tests/unit/combo-round-robin-streaming-lock-3811.test.ts:29
↓ 1 callers
Function
createLogger
(requestId: string | null = null)
open-sse/utils/logger.ts:151
↓ 1 callers
Function
createLogger
(component: string)
src/shared/utils/structuredLogger.ts:171
↓ 1 callers
Function
createManagementSessionToken
( secret = process.env.JWT_SECRET || TEST_MANAGEMENT_JWT_SECRET )
tests/helpers/managementSession.ts:10
↓ 1 callers
Function
createMiniMaxQuotaFromCount
( total: number, count: number, resetAt: string | null, countMeansRemaining: boolean )
open-sse/services/usage/minimax.ts:116
↓ 1 callers
Function
createMockRedisClient
* Create a simple in-memory mock that mimics ioredis behaviour. * Tracks calls so we can assert on them.
tests/unit/quota-redis-store.test.ts:66
↓ 1 callers
Function
createMockResponse
()
tests/unit/opencode-executor.test.ts:8
↓ 1 callers
Function
createModelComboMapping
(data: { pattern: string; comboId: string; priority?: number; enabled?: boolean; description?: strin
src/lib/db/modelComboMappings.ts:120
↓ 1 callers
Function
createNodeSqliteAuditAdapter
* node:sqlite's `DatabaseSync` does NOT expose a boolean `open` property — * `open` and `close` are methods on the prototype, and the only state * s
open-sse/mcp-server/audit.ts:46
↓ 1 callers
Function
createNonStreamingResponse
* Create non-streaming response with translation * Use translator to convert OpenAI → sourceFormat
open-sse/utils/bypassHandler.ts:129
↓ 1 callers
Function
createNoopReleaseFn
()
open-sse/services/accountSemaphore.ts:61
↓ 1 callers
Function
createOneItemBatch
(prefix: string)
tests/unit/batch-processor.test.ts:234
↓ 1 callers
Function
createOpenAIStreamFromBedrock
(stream, model)
open-sse/executors/bedrock.ts:507
↓ 1 callers
Function
createOpenAIStreamResponse
(text: string, body: unknown)
src/lib/usage/internalUsageCommand.ts:634
↓ 1 callers
Function
createOpenAITextResponse
(text: string, body: unknown)
src/lib/usage/internalUsageCommand.ts:614
↓ 1 callers
Function
createPendingCommandCodeAuthSession
(input: { stateHash: string; expiresAt: string; })
src/lib/db/commandCodeAuth.ts:109
↓ 1 callers
Function
createPlaygroundPreset
(input: { name: string; endpoint: string; model: string; system: string | null | undefined; params:
src/lib/db/playgroundPresets.ts:83
↓ 1 callers
Function
createPreMigrationBackup
* Create a pre-migration backup of the SQLite database using VACUUM INTO. * Returns the backup path on success, null on failure.
src/lib/db/migrationRunner.ts:751
↓ 1 callers
Function
createPricedJudgeClient
( provider: string, credentials: ProviderCredentials )
src/lib/compression/judgeModelClient.ts:17
↓ 1 callers
Function
createProxyAndAssign
( payload: ProxyPayload, assignment: ProxyAssignmentPayload )
src/lib/db/proxies.ts:311
↓ 1 callers
Function
createRecoverableDb
(sqliteFile)
tests/unit/db-core-init.test.ts:206
↓ 1 callers
Function
createRelayToken
(input: CreateRelayTokenInput)
src/lib/db/relayProxies.ts:104
↓ 1 callers
Function
createRoundRobinDirectDispatcher
(connectionLimit: number)
open-sse/utils/proxyDispatcher.ts:132
↓ 1 callers
Function
createSSEEventPrefixBuffer
()
open-sse/utils/streamHelpers.ts:187
↓ 1 callers
Function
createSandbox
* createSandbox — capability-gated object passed to vm.createContext(). * * TRUST MODEL: vm is NOT a security boundary (shares the worker's V8 heap;
src/lib/plugins/pluginWorker.ts:55
↓ 1 callers
Function
createScorecardFromRuns
( runs: Array<{ suiteId: string; suiteName: string; summary: EvalRunSummary; results: Array<
src/lib/db/evals.ts:294
↓ 1 callers
Function
createSelectionLock
(key: string)
src/sse/services/auth.ts:965
↓ 1 callers
Function
createServerProcess
()
tests/integration/batch-e2e-rate-limit.test.ts:163
↓ 1 callers
Function
createServerProcess
(dataDir: string, port: number)
tests/integration/resilience-http-e2e.test.ts:183
↓ 1 callers
Function
createServerProcess
(dataDir: string, port: number)
tests/e2e/system-failover.test.ts:92
↓ 1 callers
Function
createSession
(opts?: { name?: string; profile?: "llm" | "custom" | "all"; })
src/lib/db/inspectorSessions.ts:38
↓ 1 callers
Method
createSession
* Create a fresh session with new cookies and conversationId.
open-sse/executors/copilot-web.ts:191
↓ 1 callers
Function
createSessionToken
()
tests/unit/acp-agents-route.test.ts:27
↓ 1 callers
Function
createSettingsApiHarness
()
tests/unit/settings-api.test.ts:8
↓ 1 callers
Function
createSocksDispatcherWithFamily
( proxy: SocksProxy, family: 4 | 6 | null, agentOptions: Agent.Options = {} )
open-sse/utils/socksConnectorWithFamily.ts:77
↓ 1 callers
Function
createSqlJsLikeDb
()
tests/unit/db-migration-runner.test.ts:64
↓ 1 callers
Function
createStageExecutor
* Create a stageExecutor that wraps handleChatCore for pipeline stage execution. * * - Intermediate stages (stream:false): buffer the response, extr
open-sse/services/autoCombo/pipelineRouter.ts:124
↓ 1 callers
Function
createStreamResponse
( upstream: Response, model: string, signal?: AbortSignal | null )
open-sse/executors/commandCode.ts:442
↓ 1 callers
Function
createStreamTracker
(requestId, metadata)
src/sse/services/streamState.ts:189
↓ 1 callers
Function
createStreamableSession
()
open-sse/mcp-server/httpTransport.ts:103
↓ 1 callers
Function
createStreamingResponse
* Create streaming response with translation * Use translator to convert OpenAI chunks → sourceFormat
open-sse/utils/bypassHandler.ts:181
↓ 1 callers
Function
createStreamingState
()
open-sse/utils/composerToolCalls.ts:243
↓ 1 callers
Function
createSuccessFile
(batchId: string, current: any, results: any[])
open-sse/services/batchProcessor.ts:823
↓ 1 callers
Function
createSummarizer
()
open-sse/services/compression/summarizer.ts:242
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-backup-command.test.ts:9
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-providers-command.test.ts:12
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-combo-command.test.ts:10
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-serve-stop-command.test.ts:10
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-keys-command.test.ts:26
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-providers-rotate.test.ts:11
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-setup-command.test.ts:13
↓ 1 callers
Function
createTempDataDir
()
tests/unit/cli-doctor-command.test.ts:24
↓ 1 callers
Function
createTestAdapter
()
tests/unit/arena-elo-sync.test.ts:102
↓ 1 callers
Function
createTestStorage
()
src/shared/components/AutoRoutingBanner.test.tsx:9
↓ 1 callers
Function
createTestStorage
()
tests/unit/shared/components/AutoRoutingBanner.test.tsx:9
↓ 1 callers
Function
crushMessages
( messages: MessageLike[], minRows: number = DEFAULT_MIN_ROWS )
open-sse/services/compression/engines/headroom/smartcrusher.ts:214
↓ 1 callers
Function
cryptoRandomFloat
Default source: uniform float in [0, 1) from 48 bits of crypto entropy.
src/shared/utils/secureRandom.ts:22
↓ 1 callers
Function
ctx
()
tests/unit/authz/public-policy.test.ts:7
↓ 1 callers
Function
currentVersion
()
scripts/check/check-deprecated-versions.mjs:19
↓ 1 callers
Function
dashboardLoginRedirect
(request: NextRequest, requestId: string)
src/server/authz/pipeline.ts:150
↓ 1 callers
Function
dateMsOrNull
(value: DateLike)
src/lib/usage/apiKeySelfService.ts:87
↓ 1 callers
Function
decideStep
( result: CompressionResult, bailout: BailoutConfig )
open-sse/services/compression/stackedStepCore.ts:53
← previous
next →
10,701–10,800 of 20,485, ranked by callers