Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
_is_url(path: str) -> bool:
52
return
path.startswith(
"http://"
) or path.startswith(
"https://"
)
53
54
55
def
_get_extension(path: str) -> str:
Callers
1
_resolve_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected