Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FiloSottile/age
/ Error
Struct
Error
armor/armor.go:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
type
Error
struct
{
173
err error
174
}
175
176
func
(e *Error) Error() string {
177
return
"invalid armor: "
+ e.err.Error()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected