Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocoindex-io/cocoindex-code
/ RemoveProjectRequest
Class
RemoveProjectRequest
src/cocoindex_code/protocol.py:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
class
RemoveProjectRequest(_msgspec.Struct, tag=
"remove_project"
):
38
project_root: str
39
40
41
class
StopRequest(_msgspec.Struct, tag=
"stop"
):
Callers
4
test_daemon_remove_project
Function · 0.90
test_daemon_remove_project_not_loaded
Function · 0.90
test_all_request_types_round_trip
Function · 0.90
remove_project
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_daemon_remove_project
Function · 0.72
test_daemon_remove_project_not_loaded
Function · 0.72
test_all_request_types_round_trip
Function · 0.72