Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ onclick
Function
onclick
src/lib/remoteStorage.js:344–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
342
value: keyFile,
343
type
:
"text"
,
344
onclick() {
345
sdcard.openDocumentFile((res) => {
346
this.value = res.uri;
347
});
348
},
349
},
350
{
351
id:
"passPhrase"
,
Callers
nothing calls this directly
Calls
1
openDocumentFile
Method · 0.65
Tested by
no test coverage detected