MCPcopy Create free account
hub / github.com/FastLED/FastLED / get_fbuild_daemon_status

Function get_fbuild_daemon_status

ci/util/fbuild_runner.py:789–795  ·  view source on GitHub ↗

Get current fbuild daemon status. Returns: Dictionary with daemon status information

()

Source from the content-addressed store, hash-verified

787
788
789def get_fbuild_daemon_status() -> dict[str, Any]:
790 """Get current fbuild daemon status.
791
792 Returns:
793 Dictionary with daemon status information
794 """
795 return Daemon.status() # type: ignore[return-value]

Callers

nothing calls this directly

Calls 1

statusMethod · 0.80

Tested by

no test coverage detected