Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ line_indent
Function
line_indent
ci/tools/gh/limit_agent_pr_workflows.py:60–61 ·
view source on GitHub ↗
(line: str)
Source
from the content-addressed store, hash-verified
58
59
60
def
line_indent(line: str) -> int:
61
return
len(line) - len(line.lstrip(
" "
))
62
63
64
def
find_on_block(lines: list[str]) -> OnBlock | None:
Callers
1
find_on_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected