Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocoindex-io/cocoindex-code
/ HandshakeRequest
Class
HandshakeRequest
src/cocoindex_code/protocol.py:12–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
HandshakeRequest(_msgspec.Struct, tag=
"handshake"
):
13
version: str
14
15
16
class
IndexRequest(_msgspec.Struct, tag=
"index"
):
Callers
7
daemon_sock
Function · 0.90
daemon_project
Function · 0.90
_connect_and_handshake
Function · 0.90
test_daemon_rejects_version_mismatch
Function · 0.90
test_encode_decode_handshake_request
Function · 0.90
test_all_request_types_round_trip
Function · 0.90
_raw_connect_and_handshake
Function · 0.85
Calls
no outgoing calls
Tested by
6
daemon_sock
Function · 0.72
daemon_project
Function · 0.72
_connect_and_handshake
Function · 0.72
test_daemon_rejects_version_mismatch
Function · 0.72
test_encode_decode_handshake_request
Function · 0.72
test_all_request_types_round_trip
Function · 0.72