MCPcopy
hub / github.com/dropzone/dropzone / getUploadingFiles

Method getUploadingFiles

src/dropzone.js:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 getUploadingFiles() {
202 return this.getFilesWithStatus(Dropzone.UPLOADING);
203 }
204
205 getAddedFiles() {
206 return this.getFilesWithStatus(Dropzone.ADDED);

Callers 3

initMethod · 0.95
processQueueMethod · 0.95
test.jsFile · 0.80

Calls 1

getFilesWithStatusMethod · 0.95

Tested by

no test coverage detected