Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropzone/dropzone
/ handleFiles
Method
handleFiles
src/dropzone.js:660–664 ·
view source on GitHub ↗
(files)
Source
from the content-addressed store, hash-verified
658
}
659
660
handleFiles(files) {
661
for
(
let
file of files) {
662
this.addFile(file);
663
}
664
}
665
666
// When a folder is dropped (or files are pasted), items must be handled
667
// instead of files.
Callers
1
drop
Method · 0.95
Calls
1
addFile
Method · 0.95
Tested by
no test coverage detected