Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FiloSottile/age
/ Error
Method
Error
internal/format/format.go:220–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
func
(e *ParseError) Error() string {
221
return
"parsing age header: "
+ e.err.Error()
222
}
223
224
func
(e *ParseError) Unwrap() error {
225
return
e.err
Callers
13
TestBech32
Function · 0.45
testRoundTrip
Function · 0.45
TestDecryptReaderAt
Function · 0.45
TestDecryptReaderAtEmpty
Function · 0.45
TestDecryptReaderAtSingleChunk
Function · 0.45
TestDecryptReaderAtFullChunks
Function · 0.45
TestDecryptReaderAtWrongKey
Function · 0.45
TestDecryptReaderAtInvalidSize
Function · 0.45
TestDecryptReaderAtTruncated
Function · 0.45
TestDecryptReaderAtTruncatedChunk
Function · 0.45
TestDecryptReaderAtConcurrent
Function · 0.45
TestDecryptReaderAtCorrupted
Function · 0.45
Calls
no outgoing calls
Tested by
13
TestBech32
Function · 0.36
testRoundTrip
Function · 0.36
TestDecryptReaderAt
Function · 0.36
TestDecryptReaderAtEmpty
Function · 0.36
TestDecryptReaderAtSingleChunk
Function · 0.36
TestDecryptReaderAtFullChunks
Function · 0.36
TestDecryptReaderAtWrongKey
Function · 0.36
TestDecryptReaderAtInvalidSize
Function · 0.36
TestDecryptReaderAtTruncated
Function · 0.36
TestDecryptReaderAtTruncatedChunk
Function · 0.36
TestDecryptReaderAtConcurrent
Function · 0.36
TestDecryptReaderAtCorrupted
Function · 0.36