MCPcopy Create free account
hub / github.com/google/uuid / Is

Method Is

uuid.go:74–77  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

72}
73
74func (e invalidLengthError) Is(target error) bool {
75 _, ok := target.(invalidLengthError)
76 return ok
77}
78
79var ErrInvalidLength = invalidLengthError{}
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected