Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ RunWithTimeoutResult
Class
RunWithTimeoutResult
ci/profile_runner.py:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
@dataclass(slots=True)
29
class
RunWithTimeoutResult:
30
success: bool
31
output: str
32
pid_if_timeout: int | None
33
34
35
class
ProfileRunner:
Callers
1
_run_with_timeout
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected