MCPcopy Create free account
hub / github.com/error311/FileRise / filesFromInputList

Function filesFromInputList

public/js/sharedDropView.js:630–635  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

628 }
629
630 function filesFromInputList(list) {
631 return Array.from(list || []).map((file) => ({
632 file,
633 relativePath: file.webkitRelativePath || file.name
634 }));
635 }
636
637 function readAllDirectoryEntries(reader) {
638 return new Promise((resolve) => {

Callers 2

filesFromDropEventFunction · 0.85
sharedDropView.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected