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

Method GetResponseTimestamp

types/ack_type.go:49–51  ·  view source on GitHub ↗

GetResponseTimestamp returns the response timestamp.

()

Source from the content-addressed store, hash-verified

47
48// GetResponseTimestamp returns the response timestamp.
49func (h *AckHeader) GetResponseTimestamp() time.Time {
50 return h.Response.Timestamp
51}
52
53// GetRequestHash returns the request hash.
54func (h *AckHeader) GetRequestHash() hash.Hash {

Callers 4

expireMethod · 0.80
pushAckedQueryMethod · 0.80
formatAckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected