MCPcopy
hub / github.com/ph4ntonn/Stowaway / ConstructData

Method ConstructData

protocol/protocol.go:74–74  ·  view source on GitHub ↗
(*Header, interface{}, bool)

Source from the content-addressed store, hash-verified

72type Message interface {
73 ConstructHeader()
74 ConstructData(*Header, interface{}, bool)
75 ConstructSuffix()
76 DeconstructHeader()
77 DeconstructData() (*Header, interface{}, error)

Callers 1

ConstructMessageFunction · 0.65

Implementers 1

RawMessageprotocol/raw.go

Calls

no outgoing calls

Tested by

no test coverage detected