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

Function getProviderDisplayName

src/utils/model/providerConfig.ts:343–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341}
342
343export function getProviderDisplayName(): string {
344 return getActiveProviderConfig().name
345}
346
347export function getConfiguredAnthropicBaseUrl(): string | undefined {
348 const provider = getActiveProviderConfig()

Callers 4

buildAccountPropertiesFunction · 0.85
descriptionFunction · 0.85
authStatusFunction · 0.85

Calls 1

getActiveProviderConfigFunction · 0.85

Tested by

no test coverage detected