Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
function
seedConfig(toml: string): void {
83
writeFileSync(join(bridgeHome,
'config.toml'
), toml,
'utf-8'
);
84
}
85
86
function
seedCatalogConfig(): void {
87
seedConfig(
Callers
1
seedCatalogConfig
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected