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

Function formatSuccess

apps/kimi-code/src/cli/sub/doctor.ts:239–248  ·  view source on GitHub ↗
(results: readonly CheckResult[])

Source from the content-addressed store, hash-verified

237}
238
239function formatSuccess(results: readonly CheckResult[]): string {
240 return [
241 'Kimi doctor',
242 '',
243 ...formatResults(results),
244 '',
245 'All checked config files are valid.',
246 '',
247 ].join('\n');
248}
249
250function formatFailure(results: readonly CheckResult[], issueCount: number): string {
251 return [

Callers 1

handleDoctorFunction · 0.85

Calls 1

formatResultsFunction · 0.85

Tested by

no test coverage detected