Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ openSecuritySettings
Method
openSecuritySettings
src/controller/sub.controller.js:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
openSecuritySettings() {
96
const
hash =
'#/settings/security'
;
97
mvelo.tabs.loadAppTab(hash);
98
}
99
100
openApp(fragment) {
101
const
hash = `#${fragment}`;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected