Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/dev-box-images
/ _is_github
Function
_is_github
builder/repos.py:6–7 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
4
# ------------------------------------
5
6
def
_is_github(url) -> bool:
7
return
'github.com'
in url.lower()
8
9
10
def
_is_devops(url) -> bool:
Callers
2
_parse_github_url
Function · 0.85
parse_url
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected