Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copyElement
Function · 0.85
equals
Function · 0.85
toJsonReplacer
Function · 0.85
controllersBoundTransclude
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected