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

Function file

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

Source from the content-addressed store, hash-verified

890 }
891
892 function file() {
893 $page.hide();
894 resolve({
895 type: "file",
896 url,
897 name,
898 });
899 }
900
901 async function getShareableUri(fileUrl) {
902 if (!fileUrl) return null;

Callers 1

handleClickFunction · 0.85

Calls 2

resolveFunction · 0.85
hideMethod · 0.45

Tested by

no test coverage detected