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

Struct repError

types.go:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378type repError struct {
379 errno errno
380 msg string
381}
382
383func (r *repError) code() uint32 { return uint32(r.errno) }
384

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected