Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Method · 0.95
processQueue
Method · 0.95
test.js
File · 0.80
Calls
1
getFilesWithStatus
Method · 0.95
Tested by
no test coverage detected