MCPcopy Index your code
hub / github.com/mailru/FileAPI / _getAsEntry

Function _getAsEntry

lib/FileAPI.core.js:1552–1557  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

1550
1551
1552 function _getAsEntry(item){
1553 var entry;
1554 if( item.getAsEntry ){ entry = item.getAsEntry(); }
1555 else if( item.webkitGetAsEntry ){ entry = item.webkitGetAsEntry(); }
1556 return entry;
1557 }
1558
1559
1560 function _readEntryAsFiles(entry, callback){

Callers 2

FileAPI.core.jsFile · 0.85
_readEntryAsFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected