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

Struct optExportName

types.go:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81)
82
83type optExportName struct {
84 name string
85}
86
87func (o *optExportName) decode(e *encoder, l uint32) errno {
88 name := make([]byte, l)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected