Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maksandre/w3wallets
/ isDebug
Function
isDebug
packages/w3wallets/src/debug.ts:1–1 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
isDebug = () => process.env.W3WALLETS_DEBUG ===
"true"
;
2
3
export
function
debug(message: string): void {
4
if
(!isDebug())
return
;
Callers
1
debug
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected