MCPcopy Create free account
hub / github.com/cameri/nostream / getClientAddress

Method getClientAddress

src/adapters/web-socket-adapter.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public getClientAddress(): string {
97 return this.clientAddress.address
98 }
99
100 public onUnsubscribed(subscriptionId: string): void {
101 logger('client %s unsubscribed %s', this.clientId, subscriptionId)

Callers 6

constructorMethod · 0.95
onHeartbeatMethod · 0.95
onClientMessageMethod · 0.95
closeMethod · 0.80
isRateLimitedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected