MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 3 callersFunctionsanitizeComboRuntimeConfig
(config?: Record<string, any> | null)
src/app/(dashboard)/dashboard/settings/components/ComboDefaultsTab.tsx:57
↓ 3 callersFunctionsanitizeDescriptionValue
(value: unknown)
open-sse/translator/helpers/schemaCoercion.ts:65
↓ 3 callersFunctionsanitizeDocsHtml
(html: string)
src/lib/docsSanitizer.ts:39
↓ 3 callersFunctionsanitizeMessageLikeList
(list: unknown)
src/lib/guardrails/piiMasker.ts:84
↓ 3 callersFunctionsanitizePIIChunk
(chunk: string, isStopSignal = false)
src/lib/piiSanitizer.ts:280
↓ 3 callersFunctionsanitizeProviderOverrides
(overrides?: Record<string, any> | null)
src/app/api/settings/combo-defaults/route.ts:23
↓ 3 callersFunctionsanitizeResponsesMessageContent
(content: unknown)
open-sse/handlers/responseSanitizer.ts:792
↓ 3 callersMethodsatisfies
(version: string, base: string, operator: string)
src/lib/skills/registry.ts:237
↓ 3 callersFunctionsave
(next: { enabled?: boolean; tier?: TierValue; supportedModels?: string[]; })
src/app/(dashboard)/dashboard/settings/components/CodexFastTierTab.tsx:57
↓ 3 callersFunctionsave
(updates)
src/app/(dashboard)/dashboard/settings/components/ThinkingBudgetTab.tsx:62
↓ 3 callersFunctionsaveCliToolInitialConfig
(toolId: string, config: JsonRecord)
src/lib/db/cliToolState.ts:117
↓ 3 callersFunctionsaveTierConfig
(config: TierConfig)
src/lib/db/tierConfig.ts:20
↓ 3 callersFunctionscheduleFlush
()
tests/unit/ui/use-session-recorder.test.tsx:97
↓ 3 callersFunctionscheduleSave
()
src/lib/db/adapters/sqljsAdapter.ts:69
↓ 3 callersFunctionscheduleVectorUpsert
(id: string, content: string)
src/lib/memory/store.ts:122
↓ 3 callersFunctionscoreAtOrBelowThreshold
(value: number, threshold: number)
open-sse/services/autoCombo/routerStrategy.ts:223
↓ 3 callersFunctionscoreLabel
* Convert a normalized task-fit score (0.4–0.98) to a human-readable label. * The score represents relative ranking quality, not a percentage.
src/app/(dashboard)/dashboard/free-provider-rankings/page.tsx:32
↓ 3 callersFunctionscoreModelForTask
( modelStr: string, task: TaskClassification = classifyTask({}), required: Set<string> = new Set() )
open-sse/services/taskAwareRouting.ts:336
↓ 3 callersFunctionscorePool
( pool: ProviderCandidate[], taskType: string, weights: ScoringWeights = DEFAULT_WEIGHTS, getTaskFitne
open-sse/services/autoCombo/scoring.ts:215
↓ 3 callersFunctionsearchSkillsSh
( query: string, limit: number = DEFAULT_SEARCH_LIMIT )
src/lib/skills/skillssh.ts:32
↓ 3 callersFunctionsecondsInputToMs
(value: string, maxSeconds: number)
src/app/(dashboard)/dashboard/settings/components/ComboDefaultsTab.tsx:37
↓ 3 callersFunctionsecureRandomFloat
()
src/shared/utils/secureRandom.ts:39
↓ 3 callersFunctionseedActiveConnection
Seed an active provider connection.
tests/integration/search-providers-catalog.test.ts:76
↓ 3 callersFunctionseedBuiltinBadges
()
src/lib/gamification/badges.ts:517
↓ 3 callersFunctionseedConnection
(provider: string, overrides: { apiKey?: string | null } = {})
tests/unit/image-generation-route.test.ts:28
↓ 3 callersFunctionseedConnection
(provider: string, overrides: Record<string, any> = {})
tests/unit/provider-scoped-models-route.test.ts:22
↓ 3 callersFunctionseedConnection
( provider: string, overrides: { apiKey?: string | null; authType?: string; providerSpecificDa
tests/unit/search-route.test.ts:20
↓ 3 callersFunctionseedDegradedCombo
()
tests/unit/combo-health-autopilot.test.ts:38
↓ 3 callersFunctionseedForecastCombo
()
tests/unit/combo-forecast.test.ts:49
↓ 3 callersFunctionseedOllamaCloud
()
tests/unit/auth-ollama-cloud-per-model-403-3027.test.ts:29
↓ 3 callersFunctionseedSamples
()
tests/unit/api/compression/rtk-learn-discover-routes.test.ts:33
↓ 3 callersFunctionseedServers
()
tests/unit/db-gamification-federation-3500.test.ts:26
↓ 3 callersFunctionseedUsageEntries
( entries: Array<{ provider: string; model: string; connectionId?: string; tokens: { input?:
tests/unit/usage-history-db.test.ts:22
↓ 3 callersFunctionselectProvider
(option: WizardProviderOption)
src/app/(dashboard)/dashboard/providers/components/onboarding/ProviderOnboardingWizard.tsx:351
↓ 3 callersFunctionselectWithStrategy
( pool: ProviderCandidate[], context: RoutingContext, strategyName = "rules" )
open-sse/services/autoCombo/routerStrategy.ts:394
↓ 3 callersFunctionsend
(cmd: object)
bin/cli/tray/trayWin.ts:70
↓ 3 callersMethodsendAction
()
tests/unit/tray-systray-loader-4605.test.ts:36
↓ 3 callersFunctionsendByPath
(raw: string)
open-sse/executors/deepseek-web.ts:237
↓ 3 callersMethodsendToolResult
* Send an MCP tool result on this session's open h2 stream. Returns true * if the openAIToolCallId matched a pending call we'd previously seen *
open-sse/services/cursorSessionManager.ts:139
↓ 3 callersFunctionserializeCloudAgentTask
(task: CloudAgentTaskRow)
src/lib/cloudAgent/api.ts:45
↓ 3 callersFunctionserializeFrontmatter
(meta, body)
scripts/features/lib/frontmatter.mjs:67
↓ 3 callersFunctionsetBounded
Insert with FIFO eviction once a Map reaches `max`. JS Maps preserve insertion order.
open-sse/executors/claudeIdentity.ts:59
↓ 3 callersFunctionsetCachedAuditDb
(database: AuditDatabase | null)
open-sse/mcp-server/audit.ts:191
↓ 3 callersFunctionsetCredentialHealth
( connectionId: string, provider: string, status: "active" | "error" | "unknown", lastError?: string,
src/lib/credentialHealth/cache.ts:111
↓ 3 callersFunctionsetCustomAgents
(agents: CustomAgentDef[])
src/lib/acp/registry.ts:188
↓ 3 callersFunctionsetDb
(db: SqliteDatabase | null)
src/lib/db/core.ts:471
↓ 3 callersFunctionsetEmergencyFallbackFeatureFlagResolverForTest
( resolver: FeatureFlagResolver | null )
open-sse/services/emergencyFallback.ts:88
↓ 3 callersMethodsetEnabledById
(id: string, apiKeyId: string, enabled: boolean)
src/lib/skills/registry.ts:373
↓ 3 callersFunctionsetEngine
(id: string, patch: Partial<EngineToggle>)
src/app/(dashboard)/dashboard/context/settings/CompressionPanel.tsx:157
↓ 3 callersFunctionsetFetch
Mock fetch: test-all returns the configured per-model status; the hide PATCH succeeds.
tests/unit/ui/use-model-visibility-handlers-test-all.test.tsx:71
↓ 3 callersMethodsetHealth
(health: HealthState)
src/lib/services/healthCheck.ts:74
↓ 3 callersFunctionsetInputValue
(input: HTMLInputElement, value: string)
tests/unit/ui/compatible-provider-apikey-setup.test.tsx:52
↓ 3 callersFunctionsetQuotaCache
( connectionId: string, provider: string, rawQuotas: Record<string, any> )
src/domain/quotaCache.ts:212
↓ 3 callersFunctionsetReasoningCache
( toolCallId: string, provider: string, model: string, reasoning: string, ttlMs: number = DEFAULT_TT
src/lib/db/reasoningCache.ts:77
↓ 3 callersFunctionsetTab
(tab: Tab)
src/app/(dashboard)/dashboard/providers/services/page.tsx:20
↓ 3 callersFunctionsetTuning
(patch: Record<string, number | undefined>)
src/app/(dashboard)/dashboard/settings/components/FusionDefaultsFields.tsx:32
↓ 3 callersFunctionsetValueAtPath
(payload: JsonRecord, pathValue: string, value: unknown)
open-sse/services/payloadRules.ts:281
↓ 3 callersFunctionsettle
(handler: () => void)
src/lib/cloudflaredTunnel.ts:836
↓ 3 callersFunctionsettle
(callback: () => void)
tests/unit/tproxy-tls-capture.test.ts:119
↓ 3 callersFunctionsettlePoolKey
( requestedKey: string, reuseContext: boolean )
open-sse/services/browserBackedChat.ts:201
↓ 3 callersFunctionsetupFetchMock
(overrides?: Record<string, unknown>)
tests/unit/ui/compressionUltraTier.test.tsx:53
↓ 3 callersFunctionsetupFetchMock
(opts: { enabled?: boolean; mode?: string; pipeline?: Array<{ engine: string }>; })
tests/unit/ui/compressionHub.test.tsx:69
↓ 3 callersFunctionsetupFetchMock
(opts: { contextEditingEnabled?: boolean })
tests/unit/ui/compressionHub-context-editing.test.tsx:70
↓ 3 callersFunctionsetupFetchWithProxies
(fingerprints: string[], accountProxies: unknown[] = [])
tests/unit/ui/noauth-account-card.test.tsx:154
↓ 3 callersFunctionsetupQdrantRoutes
* Set up all route mocks needed for the Engine tab + QdrantConfigCard. * * Key security assertion: health/search/cleanup endpoints return error payl
tests/e2e/memory-qdrant-routes.spec.ts:78
↓ 3 callersFunctionsetupSettingsFixture
(slug: string)
tests/unit/_mocks/settings.ts:35
↓ 3 callersFunctionsha256Hex
(input: string)
open-sse/services/ccBridgeTransforms.ts:230
↓ 3 callersFunctionshade
(channel: number)
src/store/themeStore.ts:112
↓ 3 callersFunctionsharedBody
()
tests/unit/chatcore-semantic-cache.test.ts:375
↓ 3 callersFunctionshouldBypassCavemanOutputMode
(messages: ChatMessage[])
open-sse/services/compression/outputMode.ts:71
↓ 3 callersFunctionshouldCloak
(name: string)
open-sse/services/claudeCodeToolRemapper.ts:248
↓ 3 callersFunctionshouldDisplayGitHubQuota
(quota: UsageQuota | null)
open-sse/services/usage.ts:79
↓ 3 callersFunctionshouldExitInsteadOfRestart
(isShuttingDown)
bin/cli/runtime/supervisorPolicy.mjs:17
↓ 3 callersFunctionshouldLog
(configLevel, messageLevel)
examples/plugins/request-logger/index.mjs:9
↓ 3 callersFunctionshouldShowQuotaUsageCount
(q: any)
src/app/(dashboard)/dashboard/usage/components/ProviderLimits/utils.tsx:359
↓ 3 callersFunctionshouldStripPreviousResponseId
({ mode, sourceFormat, targetFormat, credentials, }: ApplyResponsesPreviousResponseIdPolicyOptions)
open-sse/utils/responsesStatePolicy.ts:33
↓ 3 callersFunctionshouldTreatBufferedEventResponseAsExpected
( upstreamStream: boolean, providerHeaders: Record<string, unknown> | Headers | null | undefined, finalB
open-sse/handlers/chatCore/nonStreamingSse.ts:75
↓ 3 callersFunctionsleep
(ms: number)
open-sse/services/batchProcessor.ts:548
↓ 3 callersFunctionsleep
(ms: number)
open-sse/services/grokTlsClient.ts:605
↓ 3 callersFunctionsleep
(ms: number)
open-sse/handlers/videoGeneration/googleFlowHandler.ts:40
↓ 3 callersFunctionsleep
(ms: number)
src/lib/tailscaleTunnel.ts:119
↓ 3 callersFunctionsleep
(ms: number)
src/lib/notion/api.ts:169
↓ 3 callersFunctionslidingWindowEffective
( curr: number, prev: number, nowMs: number, windowMs: number )
src/lib/quota/sqliteQuotaStore.ts:58
↓ 3 callersFunctionslidingWindowEffective
( curr: number, prev: number, nowMs: number, windowMs: number )
src/lib/quota/redisQuotaStore.ts:90
↓ 3 callersFunctionsmartStub
Stub that answers questions, judges fidelity, grades gold — keyed off prompt content.
tests/unit/compression/eval-runner.test.ts:13
↓ 3 callersFunctionsnippet
(value: string)
open-sse/services/combo/responseValidation.ts:37
↓ 3 callersMethodspawn
* Spawn a new CLI agent process.
src/lib/acp/manager.ts:44
↓ 3 callersFunctionsplitMisplacedToolResults
(messages: ClaudeMessage[])
open-sse/translator/helpers/claudeHelper.ts:76
↓ 3 callersFunctionsseChunk
(data: unknown)
open-sse/executors/blackbox-web.ts:149
↓ 3 callersFunctionsseChunk
(event: string, data: unknown)
src/app/api/services/[name]/logs/route.ts:43
↓ 3 callersMethodstart
()
bin/cli/runtime/processSupervisor.mjs:29
↓ 3 callersFunctionstartEngineListener
( certStore: DynamicCertStore, dest: { ip: string; port: number }, forward: ReturnType<typeof createForw
tests/unit/tproxy-tls-capture.test.ts:84
↓ 3 callersFunctionstartHeartbeat
(intervalMs = 5_000)
open-sse/executors/chatgpt-web.ts:1837
↓ 3 callersFunctionstartNextServer
()
electron/main.js:522
↓ 3 callersFunctionstartRuntimeConfigHotReload
(options: { pollIntervalMs?: number } = {})
src/lib/config/hotReload.ts:66
↓ 3 callersFunctionstartTailscaleDaemon
({ sudoPassword, }: { sudoPassword?: string; } = {})
src/lib/tailscaleTunnel.ts:535
↓ 3 callersFunctionstartTcpStub
()
tests/integration/proxy-context-passthrough.test.ts:23
↓ 3 callersFunctionstartTproxyCaptureMode
( options: StartTproxyOptions = {} )
src/lib/inspector/tproxyCaptureApi.ts:45
↓ 3 callersFunctionstats
()
src/lib/memory/embedding/cache.ts:75
↓ 3 callersFunctionstats
(over: Partial<CompressionStats>)
tests/unit/compression/engine-breakdown-synthesis.test.ts:6
← previousnext →6,701–6,800 of 20,485, ranked by callers