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

Method code

types.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (o *optInfo) code() uint32 {
127 if o.done {
128 return cOptGo
129 }
130 return cOptInfo
131}
132
133func (o *optInfo) decode(e *encoder, l uint32) errno {
134 nlen := e.uint32()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected