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

Function folder

src/pages/fileBrowser/fileBrowser.js:866–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

864 }
865
866 async function folder() {
867 if (home) {
868 navigateToHome();
869 return;
870 }
871
872 navigate(url, name);
873 }
874
875 function navigateToHome() {
876 const navigationArray = [];

Callers 1

handleClickFunction · 0.85

Calls 2

navigateToHomeFunction · 0.85
navigateFunction · 0.85

Tested by

no test coverage detected