MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / for

Function for

src/main.js:666–669  ·  view source on GitHub ↗
(const folder of folders)

Source from the content-addressed store, hash-verified

664 acode.setLoadingMessage("Loading folders...");
665 if (Array.isArray(folders)) {
666 for (const folder of folders) {
667 folder.opts.listFiles = !!folder.opts.listFiles;
668 openFolder(folder.url, folder.opts);
669 }
670 }
671
672 if (Array.isArray(files) && files.length) {

Callers

nothing calls this directly

Calls 1

openFolderFunction · 0.85

Tested by

no test coverage detected