MCPcopy Index your code
hub / github.com/deployd/deployd / each

Function each

test-app/public/sinon.js:1634–1638  ·  view source on GitHub ↗
(collection, callback)

Source from the content-addressed store, hash-verified

1632 }
1633
1634 function each(collection, callback) {
1635 var col = collection || [];
1636
1637 forEach(col, callback);
1638 }
1639
1640 function arrayEquals(arr1, arr2, compareLength) {
1641 if (compareLength && arr1.length !== arr2.length) {

Callers 1

sinon.jsFile · 0.85

Calls 1

forEachFunction · 0.85

Tested by

no test coverage detected