MCPcopy 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
784def stop_fbuild_daemon() -> None:
785 """Stop the fbuild daemon."""
786 Daemon.stop()
787
788
789def get_fbuild_daemon_status() -> dict[str, Any]:

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected