Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
def
remove_github_com(s: str):
6
return
s.replace(
"https://github.com/"
,
""
)
7
8
9
def
remove_https(s: str):
Callers
1
create_markdown_for_companies
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected