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

Function stringifyFn

lib/test/angular/1.7.0/angular.js:4222–4224  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

4220var $injectorMinErr = minErr('$injector');
4221
4222function stringifyFn(fn) {
4223 return Function.prototype.toString.call(fn);
4224}
4225
4226function extractArgs(fn) {
4227 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