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

Function resolveConfigTargetPath

apps/kimi-code/src/cli/sub/doctor.ts:219–225  ·  view source on GitHub ↗
(
  deps: ResolvedDoctorDeps,
  input: string | undefined,
  cwd: string,
)

Source from the content-addressed store, hash-verified

217}
218
219async function resolveConfigTargetPath(
220 deps: ResolvedDoctorDeps,
221 input: string | undefined,
222 cwd: string,
223): Promise<string> {
224 return input === undefined ? deps.defaultConfigPath() : resolveInputPath(input, cwd);
225}
226
227function resolveTuiTargetPath(
228 deps: ResolvedDoctorDeps,

Callers 1

buildCheckSpecsFunction · 0.85

Calls 1

resolveInputPathFunction · 0.85

Tested by

no test coverage detected