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

Method getPushSubscriptionsByNamespace

hub/src/store/pushStore.ts:21–23  ·  view source on GitHub ↗
(namespace: string)

Source from the content-addressed store, hash-verified

19 }
20
21 getPushSubscriptionsByNamespace(namespace: string): StoredPushSubscription[] {
22 return getPushSubscriptionsByNamespace(this.db, namespace)
23 }
24}

Callers 1

sendToNamespaceMethod · 0.80

Calls 1

Tested by

no test coverage detected