MCPcopy Create free account
hub / github.com/tiann/hapi / removePushSubscription

Method removePushSubscription

hub/src/store/pushStore.ts:17–19  ·  view source on GitHub ↗
(namespace: string, endpoint: string)

Source from the content-addressed store, hash-verified

15 }
16
17 removePushSubscription(namespace: string, endpoint: string): void {
18 removePushSubscription(this.db, namespace, endpoint)
19 }
20
21 getPushSubscriptionsByNamespace(namespace: string): StoredPushSubscription[] {
22 return getPushSubscriptionsByNamespace(this.db, namespace)

Callers 2

sendToSubscriptionMethod · 0.80
createPushRoutesFunction · 0.80

Calls 1

removePushSubscriptionFunction · 0.90

Tested by

no test coverage detected