* @ngdoc function * @name angular.noop * @function * * @description * A function that performs no operations. This function can be useful when writing code in the * functional style. function foo(callback) { var result = calculateResult(); (callback || angular.noop)
()
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected