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

Method encode

types.go:98–98  ·  view source on GitHub ↗
(e *encoder)

Source from the content-addressed store, hash-verified

96func (o *optAbort) code() uint32 { return cOptAbort }
97
98func (o *optAbort) encode(e *encoder) {}
99
100func (o *optAbort) decode(e *encoder, l uint32) errno {
101 if l != 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected