Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLuii/HolyClaude
/ scheme_label
Function
scheme_label
scripts/notify.py:107–109 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
105
106
107
def
scheme_label(url):
108
match = SCHEME_RE.match(url)
109
return
match.group(1).lower()
if
match
else
"unknown"
110
111
112
def
validate_notify_urls(urls):
Callers
1
write_debug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected