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

Method GetRequestTimestamp

types/ack_type.go:44–46  ·  view source on GitHub ↗

GetRequestTimestamp returns the request timestamp.

()

Source from the content-addressed store, hash-verified

42
43// GetRequestTimestamp returns the request timestamp.
44func (h *AckHeader) GetRequestTimestamp() time.Time {
45 return h.Response.GetRequestTimestamp()
46}
47
48// GetResponseTimestamp returns the response timestamp.
49func (h *AckHeader) GetResponseTimestamp() time.Time {

Callers 6

expireMethod · 0.45
AddResponseMethod · 0.45
registerMethod · 0.45
removeMethod · 0.45
formatResponseHeaderMethod · 0.45
formatAckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected