MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / GetResponseHash

Method GetResponseHash

types/ack_type.go:59–61  ·  view source on GitHub ↗

GetResponseHash returns the response hash.

()

Source from the content-addressed store, hash-verified

57
58// GetResponseHash returns the response hash.
59func (h *AckHeader) GetResponseHash() hash.Hash {
60 return h.ResponseHash
61}
62
63// SignedAckHeader defines client signed ack entity.
64type SignedAckHeader struct {

Callers 3

registerMethod · 0.80
expireMethod · 0.80
formatAckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected