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

Function map

tools/ngui/static/js/lib/angular.js:485–491  ·  view source on GitHub ↗
(obj, iterator, context)

Source from the content-addressed store, hash-verified

483
484
485function map(obj, iterator, context) {
486 var results = [];
487 forEach(obj, function(value, index, list) {
488 results.push(iterator.call(context, value, index, list));
489 });
490 return results;
491}
492
493
494/**

Callers 14

orderByFilterFunction · 0.85
removeClassFunction · 0.85
addClassFunction · 0.85
execute_cmdMethod · 0.85
_get_bytes_writtenMethod · 0.85
virshlistFunction · 0.85
get_pif_by_uuidMethod · 0.85
get_pifs_by_deviceMethod · 0.85
get_pif_by_bridgeMethod · 0.85
nfsoutputMethod · 0.85

Calls 2

forEachFunction · 0.85
callMethod · 0.45

Tested by 3

execute_cmdMethod · 0.68
_get_bytes_writtenMethod · 0.68