Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleClick
Function · 0.85
Calls
2
resolve
Function · 0.85
hide
Method · 0.45
Tested by
no test coverage detected