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

Method Error

uuid.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68type invalidLengthError struct{ len int }
69
70func (err invalidLengthError) Error() string {
71 return fmt.Sprintf("invalid UUID length: %d", err.len)
72}
73
74func (e invalidLengthError) Is(target error) bool {
75 _, ok := target.(invalidLengthError)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected