MCPcopy Create free account
hub / github.com/Merovius/nbd / Error

Method Error

types.go:396–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394}
395
396func (r *repError) Error() string {
397 if r.msg != "" {
398 return fmt.Sprintf("%s (%s)", r.msg, r.errno)
399 }
400 return r.errno.String()
401}
402
403const (
404 cmdRead = 0

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected