MCPcopy 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
6def _is_github(url) -> bool:
7 return 'github.com' in url.lower()
8
9
10def _is_devops(url) -> bool:

Callers 2

_parse_github_urlFunction · 0.85
parse_urlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected