MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / asManaged

Function asManaged

apps/kimi-code/src/cli/sub/provider.ts:526–528  ·  view source on GitHub ↗
(config: KimiConfig)

Source from the content-addressed store, hash-verified

524}
525
526function asManaged(config: KimiConfig): ManagedKimiConfigShape {
527 return config as unknown as ManagedKimiConfigShape;
528}
529
530function providerSourceLabel(provider: KimiConfig['providers'][string]): string {
531 const source = provider.source;

Callers 1

handleProviderAddFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected