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

Method encode

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

Source from the content-addressed store, hash-verified

226func (r *repAck) code() uint32 { return cRepAck }
227
228func (r *repAck) encode(*encoder) {}
229
230func (r *repAck) decode(e *encoder, l uint32) {
231 if l != 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected