Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ isFile
Function
isFile
tools/ngui/static/js/lib/angular.js:429–431 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
427
428
429
function
isFile(obj) {
430
return
toString.apply(obj) ===
'[object File]'
;
431
}
432
433
434
function
isBoolean(value) {
Callers
1
$HttpProvider
Function · 0.85
Calls
1
apply
Method · 0.65
Tested by
no test coverage detected