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

Struct structuredReply

types.go:561–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561type structuredReply struct {
562 flags uint16
563 typ uint16
564 handle uint64
565 length uint32
566 data []byte
567}
568
569func (r *structuredReply) encode(e *encoder) {
570 e.writeUint32(structuredReplyMagic)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected