MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / extend

Function extend

web/static/bower_components/angular/angular.js:460–462  ·  view source on GitHub ↗

* @ngdoc function * @name angular.extend * @module ng * @kind function * * @description * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do

(dst)

Source from the content-addressed store, hash-verified

458 * @returns {Object} Reference to `dst`.
459 */
460function extend(dst) {
461 return baseExtend(dst, slice.call(arguments, 1), false);
462}
463
464
465/**

Callers 15

inheritFunction · 0.85
bootstrapFunction · 0.85
bindJQueryFunction · 0.85
publishExternalAPIFunction · 0.85
jqLiteDataFunction · 0.85
angular.jsFile · 0.85
$$jqLiteProviderFunction · 0.85
cacheFactoryFunction · 0.85
cloneAndAnnotateFnFunction · 0.85
$ControllerProviderFunction · 0.85
$httpFunction · 0.85
transformResponseFunction · 0.85

Calls 1

baseExtendFunction · 0.85

Tested by

no test coverage detected