MCPcopy Create free account
hub / github.com/apache/struts-examples / isScope

Function isScope

rest-angular/src/main/webapp/js/lib/angular/angular.js:701–703  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

699
700
701function isScope(obj) {
702 return obj && obj.$evalAsync && obj.$watch;
703}
704
705
706function isFile(obj) {

Callers 4

copyElementFunction · 0.70
equalsFunction · 0.70
toJsonReplacerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected