Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1066
export
function
doctor(args: string[] = []): Promise<number> {
1067
return
runDoctor(parseDoctorArgs(args));
1068
}
Callers
nothing calls this directly
Calls
2
parseDoctorArgs
Function · 0.85
runDoctor
Function · 0.70
Tested by
no test coverage detected