Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ toObject
Method
toObject
src/modules/autocryptWrapper.js:156–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
toObject() {
157
const
all = {};
158
this.map.forEach((value, key) => all[key] = value);
159
return
all;
160
}
161
}
162
163
function
keydataFromArmored(armored) {
Callers
1
put
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected