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

Function _is_forward_slash_absolute

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

Source from the content-addressed store, hash-verified

103
104
105def _is_forward_slash_absolute(path: str) -> bool:
106 return path.startswith("/") or re.match(r"^[A-Za-z]:/", path) is not None
107
108
109def _has_dot_components(path: str) -> bool:

Callers 2

_replacementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected