Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FiloSottile/age
/ ParseError
Struct
ParseError
internal/format/format.go:216–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
type
ParseError
struct
{
217
err error
218
}
219
220
func
(e *ParseError) Error() string {
221
return
"parsing age header: "
+ e.err.Error()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected