Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ composeWithDebug
Function
composeWithDebug
packages/analytics-core/src/utils/debug.js:23–27 ·
view source on GitHub ↗
(config)
Source
from the content-addressed store, hash-verified
21
}
22
23
export
function
composeWithDebug(config) {
24
return
function
() {
25
return
compose(compose.apply(null, arguments), Debug(config))
26
}
27
}
Callers
1
analytics
Function · 0.90
Calls
1
Debug
Function · 0.85
Tested by
no test coverage detected