(value)
| 524 | identity.$inject = []; |
| 525 | |
| 526 | function valueFn(value) { return function () { return value; }; } |
| 527 | |
| 528 | function hasCustomToString(obj) { |
| 529 | return isFunction(obj.toString) && obj.toString !== toString; |
no outgoing calls
no test coverage detected