MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / isScope

Function isScope

lib/test/angular/1.6.7/angular.js:835–837  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

833
834
835function isScope(obj) {
836 return obj && obj.$evalAsync && obj.$watch;
837}
838
839
840function isFile(obj) {

Callers 4

copyElementFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected