MCPcopy 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
429function isFile(obj) {
430 return toString.apply(obj) === '[object File]';
431}
432
433
434function isBoolean(value) {

Callers 1

$HttpProviderFunction · 0.85

Calls 1

applyMethod · 0.65

Tested by

no test coverage detected