MCPcopy 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

1export async function loadFileBrowser() {
2 return (
3 await import(/* webpackChunkName: "fileBrowser" */ "pages/fileBrowser")
4 ).default;
5}

Callers 6

filesFunction · 0.90
openFunction · 0.90
"open-file"Function · 0.90
"open-folder"Function · 0.90
insertFileFunction · 0.90
openFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected