Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ stop_fbuild_daemon
Function
stop_fbuild_daemon
ci/util/fbuild_runner.py:784–786 ·
view source on GitHub ↗
Stop the fbuild daemon.
()
Source
from the content-addressed store, hash-verified
782
783
784
def
stop_fbuild_daemon() -> None:
785
""
"Stop the fbuild daemon."
""
786
Daemon.stop()
787
788
789
def
get_fbuild_daemon_status() -> dict[str, Any]:
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected