Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ reducer
Function
reducer
external/.d3.js:250–252 ·
view source on GitHub ↗
(reduce)
Source
from the content-addressed store, hash-verified
248
}
249
250
function
reducer(reduce) {
251
return
values => reduce(...values);
252
}
253
254
function
cross$2(...values) {
255
const
reduce = typeof values[values.length - 1] ===
"function"
&& reducer(values.pop());
Callers
2
cross$2
Function · 0.85
reduce
Function · 0.85
Calls
1
reduce
Function · 0.70
Tested by
no test coverage detected