Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ ensureConfigFile
Method
ensureConfigFile
packages/node-sdk/src/sdk-rpc-client.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
async
ensureConfigFile(): Promise<void> {
86
await
ensureConfigFile(this.configPath);
87
}
88
89
async
close(): Promise<void> {
90
try {
Callers
1
createKimiHarness
Function · 0.95
Calls
1
ensureConfigFile
Function · 0.90
Tested by
no test coverage detected