Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mailvelope/mailvelope
/ getIsSetupDone
Method
getIsSetupDone
src/controller/menu.controller.js:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
async
getIsSetupDone() {
62
return
{isSetupDone:
await
hasAnyPrivateKey()};
63
}
64
65
async
addToWatchList() {
66
const
tab =
await
mvelo.tabs.getActive();
Callers
nothing calls this directly
Calls
1
hasAnyPrivateKey
Function · 0.90
Tested by
no test coverage detected