MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / isScope

Function isScope

test/fixtures/foo.js:645–647  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

643
644
645function isScope(obj) {
646 return obj && obj.$evalAsync && obj.$watch;
647}
648
649
650function isFile(obj) {

Callers 3

copyFunction · 0.85
equalsFunction · 0.85
toJsonReplacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected