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

Struct errf

types.go:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455type errf struct {
456 errno Errno
457 error
458}
459
460func (e errf) Errno() Errno {
461 return e.errno

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected