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

Function _normalize_text

ci/meson/path_normalization.py:146–147  ·  view source on GitHub ↗
(content: str)

Source from the content-addressed store, hash-verified

144 return f"{prefix}{absolute}{suffix}"
145
146 def _normalize_text(content: str) -> str:
147 return _STRICT_PATH_FLAG_RE.sub(_replacement, content)
148
149 build_ninja = build_dir / "build.ninja"
150 if build_ninja.exists():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected