MCPcopy Create free account
hub / github.com/celer-pkg/celer / Error

Method Error

pkgs/color/format.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type silentError struct{ inner error }
15
16func (s silentError) Error() string { return "" }
17func (s silentError) Unwrap() error { return s.inner }
18func (silentError) Is(target error) bool {
19 _, ok := target.(silentError)

Calls

no outgoing calls