Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProjectOpenSea/stream-js
/ debug
Method
debug
src/client.ts:53–57 ·
view source on GitHub ↗
(message: unknown)
Source
from the content-addressed store, hash-verified
51
}
52
53
private debug(message: unknown) {
54
if
(this.logLevel <= LogLevel.DEBUG) {
55
console.debug(`[DEBUG]: ${message}`);
56
}
57
}
58
59
private info(message: unknown) {
60
if
(this.logLevel <= LogLevel.INFO) {
Callers
1
OpenSeaStreamClient
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected