Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onshow
Function · 0.70
FileBrowserInclude
Function · 0.70
pasteCopiedItems
Function · 0.70
renameFile
Function · 0.70
removeFile
Function · 0.70
removeStorage
Function · 0.70
renameStorage
Function · 0.70
createProject
Function · 0.70
updateStorage
Function · 0.70
addStorage
Function · 0.70
Calls
1
navigate
Function · 0.85
Tested by
no test coverage detected