Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-router
/ cloneAndAnnotateFn
Function
cloneAndAnnotateFn
test/angular/1.2/angular.js:7182–7184 ·
view source on GitHub ↗
(fn, annotation)
Source
from the content-addressed store, hash-verified
7180
7181
7182
function
cloneAndAnnotateFn(fn, annotation) {
7183
return
extend(
function
() {
return
fn.apply(null, arguments); }, fn, annotation);
7184
}
7185
}];
7186
}
7187
Callers
1
addLinkFns
Function · 0.70
Calls
1
extend
Function · 0.70
Tested by
no test coverage detected