MCPcopy Create free account

hub / github.com/diegosouzapw/OmniRoute / functions

Functions20,485 in github.com/diegosouzapw/OmniRoute

↓ 1 callersFunctionfindChatGptImageBySha256
(hash: string)
open-sse/services/chatgptImageCache.ts:122
↓ 1 callersFunctionfindClosestRecordedCost
( candidates: RecordedCostRow[] | undefined, timestampMs: number, usedRecordedRows: Set<number> )
src/lib/usage/providerWindowCosts.ts:336
↓ 1 callersFunctionfindClosingBrace
(s: string)
open-sse/services/compression/engines/headroom/gcf/scalar.ts:317
↓ 1 callersFunctionfindCodexReviewRateLimit
(data: JsonRecord)
open-sse/services/codexUsageQuotas.ts:138
↓ 1 callersFunctionfindCodexSparkRateLimit
(data: JsonRecord)
open-sse/services/codexUsageQuotas.ts:88
↓ 1 callersFunctionfindComboByName
(allCombos: ComboCollectionLike, name: string)
open-sse/services/combo/runtimeUnits.ts:37
↓ 1 callersFunctionfindCoverageDrift
({ mutate, tapTestFiles, unitTests })
scripts/check/check-mutation-test-coverage.mjs:52
↓ 1 callersFunctionfindCustomModelMetadata
(providerId: string, modelId: string)
src/lib/api/modelTestRunner.ts:73
↓ 1 callersFunctionfindEnvFileCandidates
(dataDir)
bin/cli/commands/doctor.mjs:47
↓ 1 callersFunctionfindExistingAgyConnection
(email: string)
src/lib/oauth/utils/agyAuthImport.ts:176
↓ 1 callersFunctionfindExistingClaudeConnection
( accountUUID: string )
src/lib/oauth/utils/claudeAuthImport.ts:158
↓ 1 callersFunctionfindExistingCodexConnection
(accountId: string)
src/lib/oauth/utils/codexAuthImport.ts:220
↓ 1 callersFunctionfindExistingCookieConnection
( db: DbLike, provider: unknown, name: unknown, normalizedProviderSpecificData: unknown )
src/lib/db/providers.ts:103
↓ 1 callersFunctionfindExistingMemory
* Find existing memory by apiKeyId and key (for UPSERT logic)
src/lib/memory/store.ts:93
↓ 1 callersFunctionfindGhCli
()
scripts/check/check-codeql-ratchet.mjs:164
↓ 1 callersFunctionfindGitleaks
()
scripts/check/check-secrets.mjs:165
↓ 1 callersFunctionfindHardcodedStrings
(source)
scripts/i18n/audit-dashboard-pages.mjs:128
↓ 1 callersFunctionfindInode
(localPort: number)
src/mitm/inspector/processAttribution.ts:64
↓ 1 callersFunctionfindKeyValueSplit
(s: string)
open-sse/services/compression/engines/headroom/gcf/decode_generic.ts:180
↓ 1 callersFunctionfindLargerContextModel
( currentModel: string, availableModels: string[] )
open-sse/services/modelFamilyFallback.ts:209
↓ 1 callersFunctionfindLastNSiblingStart
( lines: string[], end: number, indent: string, role: string, n: number )
open-sse/services/compression/engines/mcpAccessibility/collapseRepeated.ts:44
↓ 1 callersFunctionfindMissingKeys
Find t() calls whose key does NOT exist in en.json
scripts/i18n/audit-dashboard-pages.mjs:207
↓ 1 callersFunctionfindNthSiblingEnd
( lines: string[], start: number, indent: string, role: string, n: number )
open-sse/services/compression/engines/mcpAccessibility/collapseRepeated.ts:26
↓ 1 callersFunctionfindOasdiff
()
scripts/check/check-openapi-breaking.mjs:207
↓ 1 callersFunctionfindOrCreateHead
* Find the <head> element in the document. parse5 always produces a full tree * (html → head + body) even for partial HTML, so this should always suc
src/lib/services/htmlRewriter.ts:71
↓ 1 callersFunctionfindOsvScanner
()
scripts/check/check-vuln-ratchet.mjs:182
↓ 1 callersFunctionfindPidByInode
(inode: string)
src/mitm/inspector/processAttribution.ts:76
↓ 1 callersFunctionfindPython310
()
src/lib/headroom/detect.ts:119
↓ 1 callersFunctionfindRunnerMismatches
(root)
scripts/check/check-test-runner-api.mjs:35
↓ 1 callersFunctionfindSanitizedNameForOriginal
( toolNameMap: Map<string, string> | null | undefined, originalName: string )
open-sse/translator/helpers/geminiToolsSanitizer.ts:80
↓ 1 callersFunctionfindSparkRateLimit
(data: Record<string, unknown>)
open-sse/services/codexQuotaFetcher.ts:298
↓ 1 callersFunctionfind_extra_keys
Keys in translation but not in source
scripts/i18n/validate_translation.py:126
↓ 1 callersFunctionfind_placeholder_issues
Find placeholder mismatches between source and translation. Only checks top-level placeholders like {count}, {day}, NOT ICU inner content.
scripts/i18n/validate_translation.py:171
↓ 1 callersFunctionfinish
()
open-sse/services/fusion.ts:174
↓ 1 callersFunctionfinish
()
src/app/(dashboard)/dashboard/webhooks/components/AddWebhookWizard.tsx:120
↓ 1 callersFunctionfitThinkingToMaxTokens
( model: string, callerMaxTokens: number, thinking: Record<string, unknown> | undefined )
open-sse/translator/request/openai-to-claude.ts:78
↓ 1 callersFunctionfixInvalidId
(parsed: Record<string, unknown>)
open-sse/utils/streamHelpers.ts:391
↓ 1 callersFunctionfixMissingToolResponses
(messages)
open-sse/translator/request/claude-to-openai.ts:315
↓ 1 callersFunctionfixToolUseOrdering
(messages: ClaudeMessage[])
open-sse/translator/helpers/claudeHelper.ts:130
↓ 1 callersFunctionfix_missing_keys
Auto-generate missing keys by copying from en.json
scripts/i18n/validate_translation.py:524
↓ 1 callersFunctionflatten
(items)
tests/unit/translator-resp-gemini-to-claude.test.ts:7
↓ 1 callersFunctionflattenAnyOfOneOf
(obj: unknown)
open-sse/translator/helpers/geminiHelper.ts:526
↓ 1 callersFunctionflattenKeys
(obj, prefix = "")
scripts/check/check-cli-i18n.mjs:35
↓ 1 callersFunctionflattenKeys
(obj: Record<string, unknown>, prefix = "")
tests/unit/cli-i18n-catalog.test.ts:14
↓ 1 callersFunctionflattenMessageContent
(content: unknown)
open-sse/services/qoderCli.ts:108
↓ 1 callersFunctionflattenQuery
(messages: ChatMessage[])
open-sse/executors/trae.ts:28
↓ 1 callersFunctionflattenToMap
(obj, prefix, result)
bin/cli/i18n.mjs:36
↓ 1 callersFunctionflattenTypeArrays
(obj: unknown)
open-sse/translator/helpers/geminiHelper.ts:558
↓ 1 callersFunctionflush
()
tests/unit/ui/compressionStylesTile.test.tsx:35
↓ 1 callersFunctionflush
()
tests/unit/ui/namedCombos-active-badge.test.tsx:35
↓ 1 callersFunctionflushAntigravitySSEText
( partialLine: { value: string }, collected: AntigravityCollectedStream, log?: { debug?: (scope: string,
open-sse/executors/antigravity.ts:443
↓ 1 callersFunctionflushEvents
(state)
open-sse/translator/response/openai-responses.ts:549
↓ 1 callersFunctionflushPromises
()
tests/unit/ui/CliCodePage.test.tsx:177
↓ 1 callersFunctionfmtCountdown
(ms: number)
src/app/(dashboard)/dashboard/costs/quota-share/components/DimensionBar.tsx:14
↓ 1 callersFunctionfmtDate
(value: string | null | undefined)
src/app/(dashboard)/dashboard/combos/ComboControlCenterClient.tsx:85
↓ 1 callersFunctionfmtDuration
(ms: number)
src/app/(dashboard)/dashboard/costs/quota-share/components/BurnRateChart.tsx:106
↓ 1 callersFunctionfmtMs
(ms)
src/app/(dashboard)/dashboard/health/page.tsx:160
↓ 1 callersFunctionfnv1a
(s: string)
open-sse/services/compression/engines/ionizer/sample.ts:10
↓ 1 callersFunctionfnv1a
FNV-1a 32-bit hash (deterministic, cheap, no Math.random).
open-sse/services/compression/engines/session-dedup/fuzzy.ts:10
↓ 1 callersMethodfoldMessages
(messages: Array<{ role: string; content: unknown }>)
open-sse/executors/qwen-web.ts:256
↓ 1 callersFunctionfollowLogs
(opts, globalOpts)
bin/cli/commands/usage.mjs:253
↓ 1 callersFunctionforcedToolChoiceName
(toolChoice: unknown)
open-sse/executors/grok-web.ts:280
↓ 1 callersFunctionforecastRiskAffinity
(risk: ComboForecastRiskLevel | null | undefined)
src/lib/usage/comboScoringInspector.ts:102
↓ 1 callersFunctionformatAge
(ms)
src/app/(dashboard)/dashboard/usage/components/SessionsTab.tsx:29
↓ 1 callersFunctionformatAutoRefreshCountdown
(ms: number)
src/app/(dashboard)/home/ProviderQuotaWidget.tsx:24
↓ 1 callersFunctionformatAutoRefreshCountdown
(ms: number)
src/app/(dashboard)/dashboard/usage/components/ProviderLimits/formatters.ts:1
↓ 1 callersFunctionformatBackupReason
(reason)
src/app/(dashboard)/dashboard/settings/components/SystemStorageTab.tsx:622
↓ 1 callersFunctionformatBatchResponse
(batch: any)
tests/unit/batch_api.test.ts:502
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/search-tools/components/ResultsPanel.tsx:46
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/search-tools/components/ProviderComparison.tsx:23
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/search-tools/components/tabs/CompareTab.tsx:25
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/batch/FilesListTab.tsx:67
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/batch/FileDetailModal.tsx:33
↓ 1 callersFunctionformatBytes
(bytes: number)
src/app/(dashboard)/dashboard/batch/components/UploadFileModal.tsx:13
↓ 1 callersFunctionformatBytes
Format bytes as human-readable string
src/shared/middleware/bodySizeGuard.ts:93
↓ 1 callersFunctionformatBytes
(bytes)
bin/cli/commands/status.mjs:17
↓ 1 callersFunctionformatCbBadge
"CB: OPEN · 41s" — the retry hint is omitted when unknown/elapsed.
src/app/(dashboard)/dashboard/combos/live/nodes/ProviderCascadeNode.tsx:67
↓ 1 callersFunctionformatCell
(v, col)
bin/cli/tui-components/DataTable.jsx:5
↓ 1 callersFunctionformatChatCompletion
(content: string, model: string, finishReason = "stop")
open-sse/executors/gemini-web.ts:53
↓ 1 callersFunctionformatCooldownBadge
"cooldown 2/3 · 28s" — N of M connections cooling down; retry hint omitted when unknown.
src/app/(dashboard)/dashboard/combos/live/nodes/ProviderCascadeNode.tsx:73
↓ 1 callersFunctionformatCost
(usd: number | null)
src/app/(dashboard)/dashboard/playground/components/ProviderMetrics.tsx:22
↓ 1 callersFunctionformatCost
(value: number)
src/app/(dashboard)/dashboard/costs/CostOverviewTab.tsx:949
↓ 1 callersFunctionformatDate
(value: string | null)
src/app/(dashboard)/dashboard/settings/components/MitmProxyTab.tsx:57
↓ 1 callersFunctionformatDate
(iso)
src/shared/components/ProxyLogDetail.tsx:38
↓ 1 callersFunctionformatDuration
* Format a duration in ms to a human-readable string. * Examples: "2h 15m", "5s", "30m", "none"
open-sse/services/webSessionPoolHealth.ts:236
↓ 1 callersFunctionformatDuration
(start: string, end: string)
src/app/(dashboard)/dashboard/cloud-agents/page.tsx:91
↓ 1 callersFunctionformatDuration
(seconds = 0)
src/app/(dashboard)/dashboard/health/TelemetryCard.tsx:53
↓ 1 callersFunctionformatElapsed
(s: number)
src/app/(dashboard)/dashboard/tools/traffic-inspector/components/session/SessionRecorderBar.tsx:15
↓ 1 callersFunctionformatFreeBudget
(params: { freeType: FreeModelFreeType; monthlyTokens?: number; creditTokens?: number; })
@omniroute/opencode-plugin/src/naming.ts:151
↓ 1 callersFunctionformatHostForUrl
(host)
bin/cli/commands/doctor.mjs:365
↓ 1 callersFunctionformatJson
(value: unknown)
src/app/(dashboard)/dashboard/audit/ComplianceTab.tsx:50
↓ 1 callersFunctionformatLastSync
(iso: string | null)
src/app/(dashboard)/dashboard/settings/components/ModelsDevSyncTab.tsx:171
↓ 1 callersFunctionformatLeftPercent
(percent: number | null)
src/lib/usage/internalUsageCommand.ts:371
↓ 1 callersFunctionformatLocalDate
(value: string)
src/app/(dashboard)/dashboard/audit/ComplianceTab.tsx:60
↓ 1 callersFunctionformatMarkdown
(content, fileName)
scripts/i18n/run-translation.mjs:85
↓ 1 callersFunctionformatMessage
(message: unknown)
open-sse/services/qoderCli.ts:131
↓ 1 callersFunctionformatMs
(ms)
src/app/(dashboard)/dashboard/usage/components/RateLimitStatus.tsx:30
↓ 1 callersFunctionformatMs
(ms: number | null)
src/app/(dashboard)/dashboard/playground/components/ProviderMetrics.tsx:11
↓ 1 callersFunctionformatNumber
(f: number)
open-sse/services/compression/engines/headroom/gcf/scalar.ts:108
↓ 1 callersFunctionformatPercent
(value: number | null | undefined)
src/app/(dashboard)/dashboard/endpoint/components/MCPDashboard.tsx:177
← previousnext →11,401–11,500 of 20,485, ranked by callers