Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ save
Method
save
src/modules/keyringSync.js:60–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
async
save() {
61
await
this.initialized;
62
if
(!this.data) {
63
return
;
64
}
65
await
setKeyringAttr(this.keyringId, {[this.SYNC_DATA]: this.data});
66
}
67
68
async
commit() {
69
await
this.initialized;
Callers
4
activate
Method · 0.95
commit
Method · 0.95
keyringSync-test.js
File · 0.80
triggerSync
Method · 0.80
Calls
1
setKeyringAttr
Function · 0.90
Tested by
no test coverage detected