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

Function seedConfig

packages/server/test/config.e2e.test.ts:82–84  ·  view source on GitHub ↗
(toml: string)

Source from the content-addressed store, hash-verified

80}
81
82function seedConfig(toml: string): void {
83 writeFileSync(join(bridgeHome, 'config.toml'), toml, 'utf-8');
84}
85
86function seedCatalogConfig(): void {
87 seedConfig(

Callers 1

seedCatalogConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected