Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/civiccc/react-waypoint
/ debugLog
Function
debugLog
src/debugLog.js:1–5 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
1
export
default
function
debugLog(...args) {
2
if
(process.env.NODE_ENV !==
'production'
) {
3
console.log(...args);
// eslint-disable-line no-console
4
}
5
}
Callers
3
componentDidMount
Method · 0.85
_handleScroll
Method · 0.85
_getBounds
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…