MCPcopy Create free account
hub / github.com/eclipse-streamsheets/streamsheets / every

Method every

packages/jsg-core/src/commons/Arrays.js:314–323  ·  view source on GitHub ↗

* Iterates through given array and calls specified function on each element. If provided * function returns false the traversal is stopped. * * @example * Arrays.every(array, function(el) {return true;}); * * @method every * @param {Array} array The array to traverse. * @param {F

(array, func)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

Parser.test.jsFile · 0.80
findControllerByIdMethod · 0.80
getMarkerAtMethod · 0.80
_getMarkerAtMethod · 0.80
isFulFilledFunction · 0.80
equalRangeShapesFunction · 0.80
matchRowFunction · 0.80
isUniqueInRowsFunction · 0.80
areAllPendingFunction · 0.80
areAllNumbersFunction · 0.80
aggregations.jsFile · 0.80
containsBBoxMethod · 0.80

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected