Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subquery/subql
/ debug
Method
debug
packages/node-core/src/logger.ts:67–70 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
65
}
66
67
debug(message: any): void {
68
if
(!this.debugLevel)
return
;
69
this.logger.debug(message);
70
}
71
}
Callers
2
initializeWalletConnect
Method · 0.45
initDictionaries
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected