MCPcopy
hub / github.com/angular-ui/ui-router / stringifyFn

Function stringifyFn

test/angular/1.6/angular.js:4244–4246  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4242var $injectorMinErr = minErr('$injector');
4243
4244function stringifyFn(fn) {
4245 return Function.prototype.toString.call(fn);
4246}
4247
4248function extractArgs(fn) {
4249 var fnText = stringifyFn(fn).replace(STRIP_COMMENTS, ''),

Callers 2

extractArgsFunction · 0.70
isClassFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected