Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RunaCapital/awesome-oss-alternatives
/ remove_https
Function
remove_https
build_website.py:9–12 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
7
8
9
def
remove_https(s: str):
10
s = s.replace(
"https://"
,
""
)
11
s = s.replace(
"http://"
,
""
)
12
return
s.strip(
"/"
)
13
14
15
markdown_template =
""
"
Callers
1
create_markdown_for_companies
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected