Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocoindex-io/cocoindex-code
/ DoctorResponse
Class
DoctorResponse
src/cocoindex_code/protocol.py:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
162
class
DoctorResponse(_msgspec.Struct, tag=
"doctor"
):
163
result: DoctorCheckResult
164
final: bool = False
165
166
167
class
DbPathMappingEntry(_msgspec.Struct):
Callers
4
test_encode_decode_doctor_response
Function · 0.90
test_encode_decode_doctor_response_final
Function · 0.90
test_all_response_types_round_trip
Function · 0.90
_handle_doctor
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_encode_decode_doctor_response
Function · 0.72
test_encode_decode_doctor_response_final
Function · 0.72
test_all_response_types_round_trip
Function · 0.72