MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / stringifyFn

Function stringifyFn

lib/test/angular/1.6.7/angular.js:4227–4229  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4225var $injectorMinErr = minErr('$injector');
4226
4227function stringifyFn(fn) {
4228 return Function.prototype.toString.call(fn);
4229}
4230
4231function extractArgs(fn) {
4232 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