MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isScope

Function isScope

web/static/bower_components/angular/angular.js:712–714  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

710
711
712function isScope(obj) {
713 return obj && obj.$evalAsync && obj.$watch;
714}
715
716
717function isFile(obj) {

Callers 4

copyFunction · 0.85
equalsFunction · 0.85
toJsonReplacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected