MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 17 callersFunctionbuildResponse
(payload: any, statusConfig?: ResponseInit)
src/app/api/providers/[id]/models/route.ts:207
↓ 17 callersFunctioncompressContext
( body: Record<string, unknown>, options: { provider?: string; model?: string; maxTokens?: number; reserve
open-sse/services/contextManager.ts:157
↓ 17 callersFunctioncompressionEventToModel
(payload: CompressionCompletedPayload)
src/app/(dashboard)/dashboard/compression/studio/compressionFlowModel.ts:129
↓ 17 callersFunctioncreateConnection
(providerSpecificData = {})
tests/unit/quota-monitor.test.ts:21
↓ 17 callersFunctioncreateDisconnectAwareStream
(transformStream, streamController)
open-sse/utils/streamHandler.ts:454
↓ 17 callersFunctioncreateGuardrail
(options?: Parameters<typeof VisionBridgeGuardrail>[0])
tests/unit/guardrails/visionBridge.test.ts:29
↓ 17 callersFunctioncreateOmniRouteAuthHook
(opts?: OmniRoutePluginOptions)
@omniroute/opencode-plugin/src/index.ts:395
↓ 17 callersFunctioncreateOmniRouteProvider
(options: OmniRouteProviderOptions)
@omniroute/opencode-provider/src/index.ts:243
↓ 17 callersFunctioncreateSseTextTransform
( processor: ( text: string, field: FieldCategory, isStopSignal?: boolean, index?: string |
src/lib/sseTextTransform.ts:50
↓ 17 callersFunctionendpointToPath
(endpoint: PlaygroundEndpoint)
src/lib/playground/codeExport.ts:127
↓ 17 callersFunctionevaluateResponseValidation
( json: unknown, config: ResponseValidationConfig | undefined | null )
open-sse/services/combo/responseValidation.ts:162
↓ 17 callersFunctionextractUsage
(chunk)
open-sse/utils/usageTracking.ts:309
↓ 17 callersFunctionfetchImpl
(url: string, init?: Record<string, unknown>)
tests/unit/qoder-jobtoken-exchange-4683.test.ts:51
↓ 17 callersFunctionfind
(fields: WalkField[], fn: number)
tests/unit/cursor-image-input.test.ts:64
↓ 17 callersFunctionfinish
()
open-sse/executors/chatgpt-web.ts:2527
↓ 17 callersFunctiongenSystemMessage
()
tests/integration/liveGeminiShared.ts:358
↓ 17 callersFunctiongenerateRoutingHints
( targets: ResolvedComboTarget[], input: RuleInput )
open-sse/services/manifestAdapter.ts:32
↓ 17 callersFunctiongenerateSessionId
(authToken)
open-sse/utils/cursorChecksum.ts:31
↓ 17 callersFunctiongetLoggedInputTokens
(tokens)
tests/unit/call-log-detailed-tokens.test.ts:106
↓ 17 callersFunctiongetModelLockoutInfo
( provider: string, connectionId: string, model: string | null | undefined )
open-sse/services/accountFallback.ts:739
↓ 17 callersFunctiongetModelTargetFormat
(aliasOrId: string, modelId: string)
open-sse/config/providerModels.ts:50
↓ 17 callersFunctiongetProviderDisplayName
( providerId: string | null | undefined, providerNode?: ProviderNodeLike | null )
src/lib/display/names.ts:54
↓ 17 callersFunctiongetProviderNodes
(filter: JsonRecord = {})
src/lib/db/providers/nodes.ts:21
↓ 17 callersFunctiongetVersionManagerTool
(tool: string)
src/lib/db/versionManager.ts:170
↓ 17 callersFunctionhandleCcrRetrieve
( args: { hash: string } & CcrQuery, callerId?: string )
open-sse/services/compression/engines/ccr/index.ts:198
↓ 17 callersFunctionhandlePipelineCombo
({ body, combo, handleChatCore, log, settings, signal, }: PipelineComboParams)
open-sse/services/autoCombo/pipelineRouter.ts:222
↓ 17 callersFunctionisRecord
(value: unknown)
open-sse/services/compression/bodyAdapter.ts:37
↓ 17 callersFunctionlenPrefixed
(field: number, payload: Buffer)
tests/unit/cursor-streaming.test.ts:24
↓ 17 callersFunctionloadPolicy
()
tests/unit/authz/management-policy.test.ts:44
↓ 17 callersFunctionmakeBody
(content: string)
tests/unit/compression/hard-budget.test.ts:31
↓ 17 callersFunctionmakeCandidate
(overrides: Partial<ProviderCandidate>)
tests/unit/autoCombo/tieredRotation.test.ts:29
↓ 17 callersFunctionmakeEnrichmentMap
( entries: Array<{ key: string; name?: string; providerAlias?: string; providerCanonical?: s
@omniroute/opencode-plugin/tests/features.test.ts:761
↓ 17 callersFunctionmakePolicyRequest
(apiKey)
tests/unit/api-key-policy.test.ts:80
↓ 17 callersFunctionmakeProfile
Build a full ProviderProfile from partial overrides (test helper).
tests/unit/account-fallback-service.test.ts:40
↓ 17 callersFunctionmakeRequest
( method: string, url: string, body?: unknown, headers: Record<string, string> = {}, )
tests/unit/agentSkills-routes.test.ts:54
↓ 17 callersFunctionmaybeReturnAutoFetchDisabled
()
src/app/api/providers/[id]/models/route.ts:323
↓ 17 callersFunctionmaybeReturnCachedDiscovery
()
src/app/api/providers/[id]/models/route.ts:316
↓ 17 callersFunctionnormalizeBaseUrl
(baseUrl: string)
open-sse/executors/kie.ts:32
↓ 17 callersFunctionnormalizeHeaders
(h: unknown)
open-sse/utils/headers.ts:17
↓ 17 callersFunctionnormalizeMemorySettings
(rawSettings: Record<string, unknown> = {})
src/lib/memory/settings.ts:76
↓ 17 callersFunctionopenaiToAntigravityRequest
(model, body, stream, credentials = null)
open-sse/translator/request/openai-to-gemini.ts:684
↓ 17 callersFunctionparseRetryAfter
(headerValue: string | null)
tests/unit/codex-failover.test.ts:105
↓ 17 callersMethodpeek
(apiKeyId: string, dim: DimensionKey)
src/lib/quota/types.ts:36
↓ 17 callersFunctionpostChat
( baseUrl: string, model: string, content: string, extraHeaders?: Record<string, string> )
tests/e2e/system-failover.test.ts:203
↓ 17 callersFunctionprotectPayloadForLog
(payload: unknown)
src/lib/logPayloads.ts:81
↓ 17 callersFunctionreadTimeoutMs
( env: EnvSource, name: string, defaultValue: number, options: ReadTimeoutOptions = {} )
src/shared/utils/runtimeTimeouts.ts:52
↓ 17 callersMethodrecordFailure
()
open-sse/utils/tlsClient.ts:95
↓ 17 callersFunctionregisterSkill
({ apiKeyId, name, version = "1.0.0", handler, enabled = true, description = "Test skill", mode,
tests/integration/skills-pipeline.test.ts:47
↓ 17 callersFunctionrenderAccordion
( props: { forceOpen?: boolean; onOpenChange?: (open: boolean) => void } = {} )
tests/unit/translator-friendly-stream-transformer.test.tsx:72
↓ 17 callersFunctionresolveCacheAwareConfig
( config: CompressionConfig, body?: Record<string, unknown>, context?: CachingDetectionContext )
open-sse/services/compression/cacheAwareConfig.ts:44
↓ 17 callersFunctionresolveStampedPeer
( headerValue: string | null, token: string | undefined )
src/server/authz/peerStamp.ts:18
↓ 17 callersFunctionsetBackgroundDegradationConfig
(config: Partial<DegradationConfig>)
open-sse/services/backgroundTaskDetector.ts:95
↓ 17 callersFunctionsetMode
(mode)
src/app/(dashboard)/dashboard/settings/components/IPFilterSection.tsx:52
↓ 17 callersFunctionshouldProvisionStorageKey
(argv)
bin/cli/utils/storageKeyProvision.mjs:24
↓ 17 callersMethodshutdown
Graceful shutdown — mark all sessions dead
open-sse/services/sessionPool/sessionPool.ts:103
↓ 17 callersFunctionstripUnsupportedParams
( provider: string | null | undefined, model: string | null | undefined, body: T )
open-sse/translator/paramSupport.ts:42
↓ 17 callersFunctiontoNonEmptyString
(value: unknown)
src/lib/oauth/utils/codexAuthFile.ts:68
↓ 17 callersFunctiontoStringOrEmpty
(value: unknown)
src/lib/usage/usageStats.ts:56
↓ 17 callersFunctiontoStringOrNull
(value: unknown)
src/sse/services/auth.ts:139
↓ 17 callersFunctiontoTrimmedString
(value: unknown)
src/lib/combos/builderDraft.ts:35
↓ 17 callersFunctionvalidateBrowserMutationOrigin
(request: Request)
src/server/origin/publicOrigin.ts:252
↓ 17 callersFunctionvalidateConfig
( config: Record<string, unknown>, configSchema: Record<string, ConfigField> )
tests/unit/plugins-config-route.test.ts:28
↓ 17 callersFunctionwarn
(name, message, details = {})
bin/cli/commands/doctor.mjs:20
↓ 17 callersFunctionwebdavRequest
Run a single WebDAV request through the real handler with a test DB.
tests/unit/webdav-server-3485.test.ts:423
↓ 16 callersFunctionapplyCorsHeaders
( response: Response, request: Request, relaxForTokenAuth: boolean = false )
src/server/cors/origins.ts:120
↓ 16 callersFunctionapplyOutputStyles
( body: ChatRequestBody, selection: OutputStyleSelectionEntry[], language = "en" )
open-sse/services/compression/outputStyles/apply.ts:79
↓ 16 callersFunctionasRecord
(value: unknown)
src/mitm/inspector/sseMerger.ts:26
↓ 16 callersFunctionclassifyFailKind
(error?: string)
src/app/(dashboard)/dashboard/combos/live/comboFlowModel.ts:102
↓ 16 callersFunctionclassifyFailure
({ error, statusCode = null, refreshFailed = false, unsupported = false })
tests/unit/proxy-connection-test.test.ts:18
↓ 16 callersFunctionclassifyProviderError
( statusCode: number, responseBody: unknown, provider?: string | null )
open-sse/services/errorClassifier.ts:118
↓ 16 callersFunctionclearSessions
()
open-sse/services/sessionManager.ts:236
↓ 16 callersFunctionconvertKiroToOpenAI
(chunk, state)
open-sse/translator/response/kiro-to-openai.ts:13
↓ 16 callersFunctioncreateChatPipelineHarness
(prefix)
tests/integration/_chatPipelineHarness.ts:5
↓ 16 callersFunctionctx
( headers: Headers, method = "GET", path = "/api/keys", requestExtras: Record<string, unknown> = {} )
tests/unit/authz/management-policy.test.ts:67
↓ 16 callersFunctiondetectCompressionLanguage
(text: string)
open-sse/services/compression/languageDetector.ts:19
↓ 16 callersMethoddisconnect
()
tests/unit/ui/playView.test.tsx:8
↓ 16 callersFunctiondispatch
()
tests/unit/proxy-dispatcher-family.test.ts:85
↓ 16 callersFunctionemitHook
(event: string, payload: unknown)
src/lib/plugins/hooks.ts:149
↓ 16 callersMethodendPhase
* End the current phase measurement. * @param {Object} [metadata] - Additional metadata
src/shared/utils/requestTelemetry.ts:60
↓ 16 callersFunctionestimateTokens
(text: string)
src/lib/memory/retrieval/scoring.ts:26
↓ 16 callersFunctionev
( type: "attempt" | "succeeded" | "failed", provider: string, timestampOffset: number // relative to NOW
tests/unit/ui/fleetAggregation.test.ts:19
↓ 16 callersFunctionfetchBailianQuota
( connectionId: string, connection?: Record<string, unknown> )
open-sse/services/bailianQuotaFetcher.ts:226
↓ 16 callersFunctionfulfillJson
(route: Route, body: unknown, status = 200)
tests/e2e/memory-qdrant-routes.spec.ts:10
↓ 16 callersFunctiongetCanonicalModelMetadata
(input: { provider?: string | null; model?: string | null; })
src/lib/modelMetadataRegistry.ts:177
↓ 16 callersFunctiongetCliPrimaryConfigPath
(toolId: string)
src/shared/services/cliRuntime.ts:994
↓ 16 callersFunctiongetInflight
(connectionId: string, nowMs: number = Date.now())
open-sse/services/combo/quotaShareInflight.ts:103
↓ 16 callersFunctiongetStaticModelsForProvider
(provider: string)
src/lib/providers/staticModels.ts:101
↓ 16 callersFunctiongetTokenHeaderSaturation
( provider: string, connectionId: string )
src/lib/quota/saturationSignals.ts:243
↓ 16 callersFunctiongrid
(el: HTMLElement)
tests/unit/ui/noauth-account-card.test.tsx:73
↓ 16 callersMethodinvalidateCache
()
src/lib/skills/registry.ts:32
↓ 16 callersFunctionisRecord
(value: unknown)
src/app/api/internal/codex-responses-ws/route.ts:40
↓ 16 callersFunctionisWithinSchedule
* @param {{ enabled: boolean; from: string; until: string; days: number[]; tz: string }} schedule * @param {Date} now — injectable "current time" *
tests/unit/api-key-policy.test.ts:134
↓ 16 callersFunctionjsonResponse
(body: unknown, status = 200)
tests/e2e/providers-management.spec.ts:35
↓ 16 callersFunctionlastCommandSegment
(command: string)
open-sse/services/compression/engines/rtk/splitCompositeCommand.ts:12
↓ 16 callersFunctionload
()
src/app/(dashboard)/dashboard/batch/page.tsx:140
↓ 16 callersFunctionloadContexts
()
bin/cli/contexts.mjs:21
↓ 16 callersFunctionmakeInputLine
(customId: string, content = "hello")
tests/unit/lib/batches/retryFailed.test.ts:10
↓ 16 callersFunctionmakeMemory
(content: string, overrides: Partial<Memory> = {})
src/lib/memory/__tests__/injection.test.ts:11
↓ 16 callersFunctionmakeReq
(overrides: Partial<InterceptedRequest>)
tests/unit/inspector-kind-detector.test.ts:6
↓ 16 callersFunctionmapComboToModelV2
( combo: OmniRouteRawCombo, members: OmniRouteRawModelEntry[], providerId: string, baseURL: string,
@omniroute/opencode-plugin/src/index.ts:947
← previousnext →701–800 of 20,485, ranked by callers