MCPcopy 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
19class 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_urlsFunction · 0.80
send_notificationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected