Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
function
massagePGP(string) {
21
return
string.replace(
'\n'
,
'\r\n'
)
22
.replace(
'==='
,
'==\r\n='
)
23
}
24
25
function
getNameString(key) {
26
const
userStr = key.users[0].userId.userid
Callers
3
readArmored
Function · 0.85
decrypt
Function · 0.85
verify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected