MCPcopy 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
60def line_indent(line: str) -> int:
61 return len(line) - len(line.lstrip(" "))
62
63
64def find_on_block(lines: list[str]) -> OnBlock | None:

Callers 1

find_on_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected