MCPcopy
hub / github.com/FiloSottile/age / Error

Method Error

armor/armor.go:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (e *Error) Error() string {
177 return "invalid armor: " + e.err.Error()
178}
179
180func (e *Error) Unwrap() error {
181 return e.err

Callers 14

testDecryptFunction · 0.45
testDecryptReaderAtFunction · 0.45
testVectorRoundTripFunction · 0.45
streamKeyFunction · 0.45
streamKeyFunction · 0.45
TestLabelsFunction · 0.45
TestScryptIdentityErrorsFunction · 0.45
testArmorFunction · 0.45
FuzzMalleabilityFunction · 0.45
TestClassicRoundTripFunction · 0.45

Calls

no outgoing calls

Tested by 13

testDecryptFunction · 0.36
testDecryptReaderAtFunction · 0.36
testVectorRoundTripFunction · 0.36
streamKeyFunction · 0.36
TestLabelsFunction · 0.36
TestScryptIdentityErrorsFunction · 0.36
testArmorFunction · 0.36
FuzzMalleabilityFunction · 0.36
TestClassicRoundTripFunction · 0.36
TestHybridRoundTripFunction · 0.36