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

Function _is_url

ci/autoresearch/decode.py:51–52  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

49
50
51def _is_url(path: str) -> bool:
52 return path.startswith("http://") or path.startswith("https://")
53
54
55def _get_extension(path: str) -> str:

Callers 1

_resolve_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected