Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rpamis/comet
/ DoctorOptions
Interface
DoctorOptions
src/commands/doctor.ts:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
interface
DoctorOptions {
268
json?: boolean;
269
scope?: DoctorScope;
270
}
271
272
export
async
function
doctorCommand(
273
targetPath: string,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected