MCPcopy Create free account
hub / github.com/ProjectOpenSea/stream-js / error

Method error

src/client.ts:71–75  ·  view source on GitHub ↗
(message: unknown)

Source from the content-addressed store, hash-verified

69 }
70
71 private error(message: unknown) {
72 if (this.logLevel <= LogLevel.ERROR) {
73 console.error(`[ERROR]: ${message}`);
74 }
75 }
76
77 public connect = () => {
78 this.debug('Connecting to socket');

Callers 2

constructorMethod · 0.95
OpenSeaStreamClientClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected