Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameri/nostream
/ getSubscriptions
Method
getSubscriptions
src/adapters/web-socket-adapter.ts:148–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
public getSubscriptions(): Map<string, SubscriptionFilter[]> {
149
return
new
Map(this.subscriptions)
150
}
151
152
// NIP-42
153
public getChallenge(): string {
Callers
2
web-socket-adapter.spec.ts
File · 0.80
canSubscribe
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected