MCPcopy Index your code
hub / github.com/cameri/nostream / addAuthenticatedPubkey

Method addAuthenticatedPubkey

src/adapters/web-socket-adapter.ts:161–163  ·  view source on GitHub ↗
(pubkey: string)

Source from the content-addressed store, hash-verified

159 }
160
161 public addAuthenticatedPubkey(pubkey: string): void {
162 this.authenticatedPubkeys.add(pubkey)
163 }
164
165 private async onClientMessage(raw: Buffer) {
166 this.alive = true

Callers 2

handleMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected