MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / normalizeProviderSettingValue

Function normalizeProviderSettingValue

src/utils/model/providerConfig.ts:254–258  ·  view source on GitHub ↗
(
  providerId: string,
)

Source from the content-addressed store, hash-verified

252}
253
254export function normalizeProviderSettingValue(
255 providerId: string,
256): string | undefined {
257 return providerId === 'firstParty' ? undefined : providerId
258}
259
260export function getProviderConfigById(
261 providerId: string | undefined,

Callers 3

ProviderSelectionFlowFunction · 0.85
ConfigFunction · 0.85
SetProviderAndCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected