MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isScope

Function isScope

OpenReservation/wwwroot/Scripts/angular.js:687–689  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

685 }
686
687 function isScope(obj) {
688 return obj && obj.$evalAsync && obj.$watch;
689 }
690
691 function isFile(obj) {
692 return toString.call(obj) === '[object File]';

Callers 4

copyElementFunction · 0.85
equalsFunction · 0.85
toJsonReplacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected