Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ OnBlock
Class
OnBlock
ci/tools/gh/limit_agent_pr_workflows.py:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
@dataclass(frozen=True)
41
class
OnBlock:
42
start: int
43
end: int
44
child_indent: int
45
events: dict[str, EventBlock]
46
47
48
@dataclass(frozen=True)
Callers
1
find_on_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected