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

Function reload

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

Source from the content-addressed store, hash-verified

1634 }
1635
1636 function reload() {
1637 const { url, name } = currentDir;
1638 delete cachedDir[url];
1639 navigate(url, name);
1640 }
1641
1642 function pushState({ url, name }) {
1643 if (!url || !name) return;

Callers 10

onshowFunction · 0.70
FileBrowserIncludeFunction · 0.70
pasteCopiedItemsFunction · 0.70
renameFileFunction · 0.70
removeFileFunction · 0.70
removeStorageFunction · 0.70
renameStorageFunction · 0.70
createProjectFunction · 0.70
updateStorageFunction · 0.70
addStorageFunction · 0.70

Calls 1

navigateFunction · 0.85

Tested by

no test coverage detected