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

Function open

src/lib/openFolder.js:928–934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926 }
927
928 async function open() {
929 const FileBrowser = await loadFileBrowser();
930 FileBrowser.openFolder({
931 url,
932 name,
933 });
934 }
935
936 function cancelAction() {
937 clipBoard.$el.classList.remove("cut");

Callers 1

execOperationFunction · 0.70

Calls 1

loadFileBrowserFunction · 0.90

Tested by

no test coverage detected