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

Interface optionReply

types.go:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200type optionReply interface {
201 code() uint32
202 encode(*encoder)
203 decode(*encoder, uint32)
204}
205
206func encodeReply(e *encoder, option uint32, reply optionReply) {
207 e.writeUint64(repMagic)

Callers 8

encodeReplyFunction · 0.65
sendMethod · 0.65
encodeReplyFunction · 0.65
serveFunction · 0.65
sendMethod · 0.65
decodeInfoFunction · 0.95
recvMethod · 0.95
decodeOptionFunction · 0.65

Implementers 10

optAborttypes.go
optListtypes.go
optInfotypes.go
repAcktypes.go
repServertypes.go
infoExporttypes.go
infoNametypes.go
repErrortypes.go

Calls

no outgoing calls

Tested by

no test coverage detected