MCPcopy
hub / github.com/henryboldi/felony / massagePGP

Function massagePGP

app/utils/pgp.js:20–23  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

18}
19
20function massagePGP(string) {
21 return string.replace('\n', '\r\n')
22 .replace('===', '==\r\n=')
23}
24
25function getNameString(key) {
26 const userStr = key.users[0].userId.userid

Callers 3

readArmoredFunction · 0.85
decryptFunction · 0.85
verifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected