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

Function stringifyFn

test/angular/1.7/angular.js:4272–4274  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4270var $injectorMinErr = minErr('$injector');
4271
4272function stringifyFn(fn) {
4273 return Function.prototype.toString.call(fn);
4274}
4275
4276function extractArgs(fn) {
4277 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