MCPcopy
hub / github.com/dropzone/dropzone / getAddedFiles

Method getAddedFiles

src/dropzone.js:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 getAddedFiles() {
206 return this.getFilesWithStatus(Dropzone.ADDED);
207 }
208
209 // Files that are either queued or uploading
210 getActiveFiles() {

Callers 1

initMethod · 0.95

Calls 1

getFilesWithStatusMethod · 0.95

Tested by

no test coverage detected