MCPcopy Create free account
hub / github.com/apache/cloudstack / includes

Function includes

tools/ngui/static/js/lib/angular.js:521–523  ·  view source on GitHub ↗
(array, obj)

Source from the content-addressed store, hash-verified

519
520
521function includes(array, obj) {
522 return indexOf(array, obj) != -1;
523}
524
525function indexOf(array, obj) {
526 if (array.indexOf) return array.indexOf(obj);

Callers 1

FormControllerFunction · 0.85

Calls 1

indexOfFunction · 0.85

Tested by

no test coverage detected