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

Function resolveInputPath

apps/kimi-code/src/cli/sub/doctor.ts:235–237  ·  view source on GitHub ↗
(input: string, cwd: string)

Source from the content-addressed store, hash-verified

233}
234
235function resolveInputPath(input: string, cwd: string): string {
236 return isAbsolute(input) ? input : resolve(cwd, input);
237}
238
239function formatSuccess(results: readonly CheckResult[]): string {
240 return [

Callers 2

resolveConfigTargetPathFunction · 0.85
resolveTuiTargetPathFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected