MCPcopy
hub / github.com/dropzone/dropzone / getQueuedFiles

Method getQueuedFiles

src/dropzone.js:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195
196 // Returns all files that are in the queue
197 getQueuedFiles() {
198 return this.getFilesWithStatus(Dropzone.QUEUED);
199 }
200
201 getUploadingFiles() {
202 return this.getFilesWithStatus(Dropzone.UPLOADING);

Callers 3

initMethod · 0.95
processQueueMethod · 0.95
test.jsFile · 0.80

Calls 1

getFilesWithStatusMethod · 0.95

Tested by

no test coverage detected