Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ loadFileBrowser
Function
loadFileBrowser
src/lib/lazyImports.js:1–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
async
function
loadFileBrowser() {
2
return
(
3
await
import
(/* webpackChunkName:
"fileBrowser"
*/
"pages/fileBrowser"
)
4
).default;
5
}
Callers
6
files
Function · 0.90
open
Function · 0.90
"open-file"
Function · 0.90
"open-folder"
Function · 0.90
insertFile
Function · 0.90
open
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected