MCPcopy Index your code
hub / github.com/angular-ui/ui-router / valueFn

Function valueFn

test/angular/1.7/angular.js:628–628  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

626
627
628function valueFn(value) {return function valueRef() {return value;};}
629
630function hasCustomToString(obj) {
631 return isFunction(obj.toString) && obj.toString !== toString;

Callers 8

createInjectorFunction · 0.70
valueFunction · 0.70
$CompileProviderFunction · 0.70
$interpolateFunction · 0.70
$WindowProviderFunction · 0.70
angular.jsFile · 0.70
ngDirectiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected