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

Function cloneAndAnnotateFn

web/static/bower_components/angular/angular.js:8782–8784  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

8780
8781
8782 function cloneAndAnnotateFn(fn, annotation) {
8783 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
8784 }
8785
8786
8787 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.85

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected