Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
521
function
includes(array, obj) {
522
return
indexOf(array, obj) != -1;
523
}
524
525
function
indexOf(array, obj) {
526
if
(array.indexOf)
return
array.indexOf(obj);
Callers
1
FormController
Function · 0.85
Calls
1
indexOf
Function · 0.85
Tested by
no test coverage detected