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

Function getConfigRpc

apps/kimi-code/src/cli/sub/doctor.ts:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115function resolveDeps(deps: Partial<DoctorDeps> | DoctorDeps | undefined): ResolvedDoctorDeps {
116 let configRpc = deps?.configRpc;
117 const getConfigRpc = (): KimiConfigRpc => {
118 configRpc ??= createKimiConfigRpc();
119 return configRpc;
120 };
121
122 return {
123 cwd: deps?.cwd ?? (() => process.cwd()),

Callers 1

resolveDepsFunction · 0.85

Calls 1

createKimiConfigRpcFunction · 0.85

Tested by

no test coverage detected