MCPcopy Create free account
hub / github.com/distributed/sers / Error

Method Error

sers.go:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (e *Error) Error() string {
154 return fmt.Sprintf("%s: %v", e.Operation, e.UnderlyingError)
155}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected