MCPcopy 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
107def scheme_label(url):
108 match = SCHEME_RE.match(url)
109 return match.group(1).lower() if match else "unknown"
110
111
112def validate_notify_urls(urls):

Callers 1

write_debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected