MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / cloneAndAnnotateFn

Function cloneAndAnnotateFn

lib/test/angular/1.7.0/angular.js:10693–10695  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

10691
10692
10693 function cloneAndAnnotateFn(fn, annotation) {
10694 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
10695 }
10696
10697
10698 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected