MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / DoctorCheckResult

Class DoctorCheckResult

src/cocoindex_code/protocol.py:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152class DoctorCheckResult(_msgspec.Struct):
153 name: str
154 ok: bool
155 details: list[str]
156 errors: list[str]
157 # Full formatted traceback for a failed check, shown by `ccc doctor` to aid
158 # debugging of daemon-side exceptions (e.g. a failing model check).
159 traceback: str | None = None
160
161
162class DoctorResponse(_msgspec.Struct, tag="doctor"):

Callers 10

_fake_doctor_okFunction · 0.90
_fake_doctor_failFunction · 0.90
_handle_doctorFunction · 0.85
_check_modelFunction · 0.85
_check_file_walkFunction · 0.85
_check_index_statusFunction · 0.85
_run_init_model_checkFunction · 0.85

Calls

no outgoing calls