MCPcopy Index your code
hub / github.com/plotly/plotly.js / reduce

Function reduce

stackgl_modules/index.js:1907–1913  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1905var solve = __webpack_require__(727)
1906
1907function reduce(x) {
1908 var r = 0
1909 for(var i=0; i<x.length; ++i) {
1910 r += x[i]
1911 }
1912 return r
1913}
1914
1915function barycentric(simplex, point) {
1916 var d = point.length

Callers 2

barycentricFunction · 0.85
boundaryFunction · 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…