Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sendToNamespace
Method · 0.80
Calls
1
getPushSubscriptionsByNamespace
Function · 0.90
Tested by
no test coverage detected