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

Function isScope

lib/test/angular/1.7.0/angular.js:803–805  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

801
802
803function isScope(obj) {
804 return obj && obj.$evalAsync && obj.$watch;
805}
806
807
808function isFile(obj) {

Callers 4

copyElementFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected