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

Function _has_dot_components

ci/meson/path_normalization.py:109–113  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

107
108
109def _has_dot_components(path: str) -> bool:
110 for part in path.split("/"):
111 if part in (".", ".."):
112 return True
113 return False
114
115
116def normalize_meson_private_include_paths(build_dir: Path) -> bool:

Callers 2

_replacementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected