MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 8 callersFunctionuseServiceStatus
(name: string)
src/app/(dashboard)/dashboard/providers/services/hooks/useServiceStatus.ts:30
↓ 8 callersFunctionvalidateT3Credentials
(creds: T3ChatCredentials | null | undefined)
open-sse/executors/t3-chat-web.ts:102
↓ 8 callersFunctionwaitFor
(fn: () => boolean, timeout = 3000)
tests/unit/ui/playground-api-tab.test.tsx:119
↓ 8 callersFunctionwaitForAllBatches
()
open-sse/services/batchProcessor.ts:896
↓ 8 callersFunctionwaitForNextDevCompileToFinish
(page: Page)
tests/e2e/api-keys-flow.spec.ts:60
↓ 8 callersFunctionwaitForPageToSettle
(page: Page)
tests/e2e/api-keys-flow.spec.ts:51
↓ 8 callersFunctionwasRefreshTokenRotated
( attemptedRefreshToken: string | null | undefined, latestRefreshToken: string | null | undefined )
open-sse/services/refreshSerializer.ts:115
↓ 8 callersFunctionwithFakeIntervals
(fn)
tests/unit/sse-heartbeat.test.ts:6
↓ 8 callersFunctionwithFakeTimers
(fn)
tests/unit/quota-monitor.test.ts:50
↓ 8 callersFunctionwithFetch
(handler: (url: string, init?: RequestInit) => Response | Promise<Response>)
tests/unit/codex-device-flow.test.ts:16
↓ 8 callersFunctionwithMockServer
( handler: (req: http.IncomingMessage, res: http.ServerResponse) => void, fn: (baseUrl: string) => Promise
tests/unit/zai-validator.test.ts:19
↓ 8 callersFunctionwithSanitizedPathTokenApiKey
(request: Request, token?: string)
src/lib/vscode/tokenizedRequest.ts:77
↓ 8 callersFunctionwrap
(body: React.ReactNode)
src/app/(dashboard)/dashboard/settings/components/RoutingTab.tsx:352
↓ 8 callersFunctionwritePluginWithMain
* Write a minimal valid plugin and return its plugin directory (where plugin.json lives). * * Uses the DIRECT plugin-dir layout — plugin.json at the
tests/unit/plugins-fs-safety.test.ts:52
↓ 8 callersFunctionwriteScript
(dir, name, content, executable = true)
tests/unit/cli-runtime-extended.test.ts:36
↓ 7 callersFunction__setCodexWebSocketTransportForTesting
( websocket: WebsocketFn | null | undefined )
open-sse/executors/codex.ts:76
↓ 7 callersFunction_injectPipeline
(fn: PipelineFn | null)
src/lib/memory/embedding/transformersLocal.ts:21
↓ 7 callersFunctionanthropicResult
(id: string, text: string)
tests/unit/compression/read-lifecycle.test.ts:26
↓ 7 callersFunctionantigravityHarnessUserAgent
( version = getCachedAntigravityVersion(), platform: NodeJS.Platform | string = getRuntimePlatform(), ar
open-sse/services/antigravityClientProfile.ts:68
↓ 7 callersFunctionantigravityToOpenAIRequest
(model, body, stream)
open-sse/translator/request/antigravity-to-openai.ts:9
↓ 7 callersFunctionapiFetch
(path: string, options?: RequestInit)
tests/e2e/protocol-clients.test.ts:18
↓ 7 callersFunctionapiPost
(path: string, body?: unknown)
tests/integration/services/full-lifecycle.int.test.ts:44
↓ 7 callersFunctionappendCondition
(whereClause: string, condition: string)
src/lib/db/compressionAnalytics.ts:317
↓ 7 callersFunctionapplyEnrichment
( model: ModelV2, enrichment: OmniRouteEnrichmentEntry | undefined )
@omniroute/opencode-plugin/src/index.ts:1863
↓ 7 callersFunctionapplyFilter
(req: { detectedKind?: string }, profile: string)
tests/unit/ui/use-traffic-stream.test.tsx:60
↓ 7 callersFunctionapplyRerank
* Apply reranking via /v1/rerank (loopback-only) if rerankEnabled + rerankProviderModel is set. * Returns reordered array (or original order on any e
src/lib/memory/retrieval.ts:151
↓ 7 callersFunctionasRecord
(value: unknown)
open-sse/utils/passthroughTailProcessor.ts:50
↓ 7 callersFunctionasRecord
(value: unknown)
src/mitm/inspector/llmMetadataExtractor.ts:58
↓ 7 callersFunctionasRecord
(value: unknown)
src/lib/db/combos.ts:13
↓ 7 callersFunctionasRecord
(value: unknown)
src/app/api/providers/[id]/sync-models/route.ts:23
↓ 7 callersFunctionassertRouteRemovedFromMissingHelperAllowlist
(path: string)
tests/unit/check-error-helper.test.ts:170
↓ 7 callersFunctionattachLogMeta
( payload: Record<string, unknown> | null | undefined, meta: Record<string, unknown> | null | undefined )
open-sse/handlers/chatCore/cacheUsageMeta.ts:40
↓ 7 callersFunctionattachToolNameMap
(payload: T, toolNameMap: Map<string, string> | null)
open-sse/executors/antigravity.ts:498
↓ 7 callersFunctionautoCacheBody
(model: string)
tests/unit/compression-cache-guard-3955.test.ts:30
↓ 7 callersMethodbase
()
open-sse/executors/trae.ts:56
↓ 7 callersFunctionbaseArgs
(over: Record<string, unknown> = {})
tests/unit/chatcore-streaming-pipeline.test.ts:41
↓ 7 callersFunctionbaseArgs
(overrides: Record<string, unknown> = {})
tests/unit/chatcore-semantic-cache-store.test.ts:39
↓ 7 callersFunctionbaseBody
()
tests/unit/openai-to-claude-strip-temperature-thinking.test.ts:20
↓ 7 callersFunctionbuildAutoCandidateFilter
( category?: AutoCategory, tier?: AutoTier )
open-sse/services/autoCombo/suffixComposition.ts:104
↓ 7 callersFunctionbuildCallLogListRows
({ logs, connections, pendingDetails, completedDetails, now = Date.now(), }: CallLogListRowsInput)
src/app/api/usage/call-logs/route.ts:26
↓ 7 callersFunctionbuildClientRawRequest
(request: Request, body: unknown)
src/sse/handlers/chat.ts:827
↓ 7 callersFunctionbuildCodexQuotaPersistence
(opts: { headers: Record<string, string>; existingProviderData: Record<string, unknown>; modelForScope:
open-sse/handlers/chatCore/codexQuota.ts:31
↓ 7 callersFunctionbuildErrorResponse
(status: number, body: string)
open-sse/executors/theoldllm.ts:159
↓ 7 callersFunctionbuildImproveChatBody
(req: ImprovePromptRequest)
src/lib/playground/promptImprover.ts:49
↓ 7 callersFunctionbuildJulesApiUrl
(path: string)
src/lib/cloudAgent/julesApi.ts:4
↓ 7 callersFunctionbuildKiroImportError
(error: unknown)
src/app/api/oauth/kiro/import/route.ts:23
↓ 7 callersFunctionbuildOAuthConnectionCreatePayload
( provider: string, tokenData: Record<string, any>, expiresAt: string | null )
src/lib/oauth/connectionPersistence.ts:43
↓ 7 callersFunctionbuildProviderUrl
( provider, model, stream = true, options: { baseUrl?: string; baseUrlIndex?: number; prov
open-sse/services/provider.ts:249
↓ 7 callersMethodbuildRequestBody
(prompt: string, wantThinking: boolean)
open-sse/executors/kimi-web.ts:209
↓ 7 callersFunctionbuildRetryableFallback
(reason: RateLimitReasonValue)
open-sse/services/accountFallback.ts:1397
↓ 7 callersFunctionbuildSkillMarkdown
( skillId: string, sources: BuildSources, existingContent?: string, )
src/lib/agentSkills/generator.ts:192
↓ 7 callersFunctionbuildTelegramPayload
( event: WebhookEvent, data: Record<string, unknown>, chatId: string )
src/lib/webhooks/integrations/telegram.ts:27
↓ 7 callersFunctionbuildTokenDeltaPayload
(tokens: number)
tests/unit/cursor-streaming.test.ts:42
↓ 7 callersFunctionbuildTproxyApplyCommands
(cfg: TproxyConfig)
src/mitm/tproxy/commands.ts:105
↓ 7 callersFunctionbuildUrlOpenAI
(_provider, credentials)
tests/unit/custom-endpoint-paths.test.ts:7
↓ 7 callersFunctionbuildUsable
Build a `usable` set bundle for the tests.
@omniroute/opencode-plugin/tests/usable-combo.test.ts:19
↓ 7 callersFunctionbuildVercelRelayHeaders
( targetUrl: string, relayAuth: string )
open-sse/utils/proxyDispatcher.ts:310
↓ 7 callersFunctionbumpProxyConfigGeneration
()
src/lib/db/settings.ts:37
↓ 7 callersFunctionbumpProxyRegistryGeneration
()
src/lib/db/proxies.ts:38
↓ 7 callersFunctioncacheReasoningFromAssistantMessage
( message: AssistantMessageLike | null | undefined, provider: string, model: string, context?: Assista
open-sse/services/reasoningCache.ts:239
↓ 7 callersFunctioncalculateDiversityScore
()
open-sse/services/autoCombo/providerDiversity.ts:70
↓ 7 callersFunctioncalculateScore
(factors: ScoringFactors, weights: ScoringWeights)
open-sse/services/autoCombo/scoring.ts:98
↓ 7 callersFunctioncandidate
(partial: Partial<ProviderCandidate> = {})
tests/unit/auto-combo-scoring-clamp.test.ts:40
↓ 7 callersFunctioncandidate
( provider: string, model: string, connectionId: string, overrides: Partial<AutoProviderCandidate> = {
tests/unit/combo/auto-quota-cutoff.test.ts:41
↓ 7 callersFunctioncaptureOutput
(fn: () => Promise<void>)
tests/unit/cli-cost.test.ts:78
↓ 7 callersFunctioncaptureStdout
(fn: () => Promise<void>)
tests/unit/cli-usage.test.ts:100
↓ 7 callersFunctioncaptureStdout
(fn: () => Promise<void>)
tests/unit/cli-memory-commands.test.ts:35
↓ 7 callersFunctionchatCompletionChunk
( id: string, model: string, delta: JsonRecord, finishReason: unknown = null )
open-sse/executors/commandCode.ts:364
↓ 7 callersFunctioncheckBodySize
(request: Request, limit: number = MAX_BODY_BYTES)
src/shared/middleware/bodySizeGuard.ts:65
↓ 7 callersFunctioncheckCertInstalled
(certPath: string)
src/mitm/cert/install.ts:119
↓ 7 callersFunctionclampRefreshIntervalSec
(value: number)
src/shared/components/requestLoggerPreferences.ts:13
↓ 7 callersFunctioncleanup
()
tests/unit/agentSkills-cliRegistryParser.test.ts:33
↓ 7 callersFunctioncleanupModelLockKey
(key: string, now = Date.now())
open-sse/services/accountFallback.ts:412
↓ 7 callersFunctioncleanupPidFile
(service)
bin/cli/utils/pid.mjs:33
↓ 7 callersFunctionclearPendingPassthroughEvent
()
open-sse/utils/stream.ts:750
↓ 7 callersFunctionclearTierCache
()
open-sse/services/tierResolver.ts:128
↓ 7 callersMethodcollectStreamToResponse
* Collect an SSE streaming response into a single non-streaming JSON response. * Parses Gemini-format SSE chunks and assembles text content + usage
open-sse/executors/antigravity.ts:1019
↓ 7 callersFunctioncompactStructuredStreamPayload
(payload: unknown)
open-sse/utils/streamPayloadCollector.ts:620
↓ 7 callersFunctioncompatByProtocolHasEntries
(map: CompatByProtocolMap | undefined)
src/lib/db/models/compat.ts:170
↓ 7 callersFunctioncompress
(content: string, options = {})
tests/unit/compression/caveman-v379.test.ts:10
↓ 7 callersFunctioncompressionRunToFlow
(model: CompressionRunModel)
src/app/(dashboard)/dashboard/compression/studio/compressionFlowModel.ts:222
↓ 7 callersFunctioncomputeBurnRate
( history: BurnRateSample[], remaining?: number )
src/lib/quota/burnRate.ts:72
↓ 7 callersFunctioncomputeComboCapabilities
( combo: Record<string, unknown>, resolve: ComboCapabilityResolver = defaultCapabilityResolver )
src/app/api/v1/combos/projectCombo.ts:83
↓ 7 callersFunctioncomputeContextKey
(req: InterceptedRequest)
src/mitm/inspector/contextKey.ts:94
↓ 7 callersFunctioncomputeCoverage
()
src/lib/agentSkills/catalog.ts:126
↓ 7 callersFunctioncomputeFingerprint
(firstUserMessageText: string, version: string)
open-sse/services/claudeCodeFingerprint.ts:15
↓ 7 callersFunctioncomputeStableFingerprint
(ccVersion: string)
tests/unit/anthropic-cache-fingerprint.test.ts:12
↓ 7 callersFunctioncreateCurrencyFormatter
(locale: string)
src/app/(dashboard)/dashboard/costs/CostOverviewTab.tsx:155
↓ 7 callersFunctioncreateDebugLoggingFetch
( inner: typeof fetch, providerId: string, featureDefault: boolean )
@omniroute/opencode-plugin/src/index.ts:4154
↓ 7 callersFunctioncreateFakeProcess
({ onKill } = {})
tests/unit/skills-builtins-sandbox.test.ts:45
↓ 7 callersFunctioncreateKeyWithEndpoints
(allowedEndpoints: string[])
tests/unit/endpoint-restrictions-policy.test.ts:53
↓ 7 callersFunctioncreateLogger
(module: string)
src/shared/utils/logger.ts:171
↓ 7 callersFunctioncreateMockDeps
(overrides: { providers?: string[]; stats?: Record<string, any>; sessionDetails?: Record<string, any[]>;
tests/unit/session-pool-rest-api.test.ts:12
↓ 7 callersFunctioncreatePassthroughStreamWithLogger
( provider: string | null = null, reqLogger: StreamLogger | null = null, toolNameMap: unknown = null,
open-sse/utils/stream.ts:2701
↓ 7 callersFunctioncreateRandomUUIDPolyfill
* Extract the polyfill function from layout.tsx's dangerouslySetInnerHTML. * We replicate the logic here to test it in isolation since it runs in *
tests/unit/crypto-randomuuid-polyfill.test.ts:13
↓ 7 callersFunctioncreateResponsesApiTransformStream
(logger = null, keepaliveIntervalMs = 3000)
open-sse/transformer/responsesTransformer.ts:80
↓ 7 callersFunctioncreateStreamLogger
(onProgress: ((message: string) => void) | undefined)
src/lib/tailscaleTunnel.ts:963
↓ 7 callersFunctioncreds
(connectionId: string, psd: Record<string, unknown> = {})
tests/unit/chatcore-key-health.test.ts:16
↓ 7 callersFunctionctx
()
tests/unit/middleware-hook-sandbox-5872.test.ts:36
↓ 7 callersFunctiondebugLogRead
(providerId: string, limit = 20)
@omniroute/opencode-plugin/src/index.ts:4101
← previousnext →2,401–2,500 of 20,485, ranked by callers