Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLuii/HolyClaude
/ add
Method
add
tests/test_notify.py:20–21 ·
view source on GitHub ↗
(self, url)
Source
from the content-addressed store, hash-verified
18
19
class
FakeAppriseClient:
20
def
add(self, url):
21
return
url.startswith((
"tgram://"
,
"discord://"
))
22
23
def
notify(self, **_kwargs):
24
return
True
Callers
2
validate_notify_urls
Function · 0.80
send_notifications
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected