Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ stop_daemon
Function
stop_daemon
misc/incremental_checker.py:192–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
191
192
def
stop_daemon() -> None:
193
execute(DAEMON_CMD + [
"stop"
])
194
195
196
def
load_cache(incremental_cache_path: str = CACHE_PATH) -> JsonDict:
Callers
1
test_repo
Function · 0.85
Calls
1
execute
Function · 0.70
Tested by
1
test_repo
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…