MCPcopy Index your code
hub / github.com/codeaashu/claude-code / DoctorWithPlugins

Function DoctorWithPlugins

src/cli/handlers/util.tsx:56–71  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

54 default: m.Doctor
55})));
56function DoctorWithPlugins(t0) {
57 const $ = _c(2);
58 const {
59 onDone
60 } = t0;
61 useManagePlugins();
62 let t1;
63 if ($[0] !== onDone) {
64 t1 = <React.Suspense fallback={null}><DoctorLazy onDone={onDone} /></React.Suspense>;
65 $[0] = onDone;
66 $[1] = t1;
67 } else {
68 t1 = $[1];
69 }
70 return t1;
71}
72export async function doctorHandler(root: Root): Promise<void> {
73 logEvent('tengu_doctor_command', {});
74 await new Promise<void>(resolve => {

Callers

nothing calls this directly

Calls 1

useManagePluginsFunction · 0.85

Tested by

no test coverage detected