MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / __arrayIndexOf

Function __arrayIndexOf

CustomerManager/Scripts/breeze.debug.js:307–312  ·  view source on GitHub ↗
(array, predicate)

Source from the content-addressed store, hash-verified

305 }
306
307 function __arrayIndexOf(array, predicate) {
308 for (var i = 0, j = array.length; i < j; i++) {
309 if (predicate(array[i])) return i;
310 }
311 return -1;
312 }
313
314 function __arrayAddItemUnique(array, item) {
315 var ix = array.indexOf(item);

Callers 1

breeze.debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected