MCPcopy
hub / github.com/RunaCapital/awesome-oss-alternatives / remove_github_com

Function remove_github_com

build_website.py:5–6  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

3
4
5def remove_github_com(s: str):
6 return s.replace("https://github.com/", "")
7
8
9def remove_https(s: str):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected