MCPcopy Create free account
hub / github.com/cortexkit/magic-context / doctor

Function doctor

packages/cli/src/commands/doctor-pi.ts:1066–1068  ·  view source on GitHub ↗
(args: string[] = [])

Source from the content-addressed store, hash-verified

1064}
1065
1066export function doctor(args: string[] = []): Promise<number> {
1067 return runDoctor(parseDoctorArgs(args));
1068}

Callers

nothing calls this directly

Calls 2

parseDoctorArgsFunction · 0.85
runDoctorFunction · 0.70

Tested by

no test coverage detected