MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / GetQueryKey

Method GetQueryKey

types/ack_type.go:39–41  ·  view source on GitHub ↗

GetQueryKey returns the request query key.

()

Source from the content-addressed store, hash-verified

37
38// GetQueryKey returns the request query key.
39func (h *AckHeader) GetQueryKey() QueryKey {
40 return h.Response.Request.GetQueryKey()
41}
42
43// GetRequestTimestamp returns the request timestamp.
44func (h *AckHeader) GetRequestTimestamp() time.Time {

Callers 4

TestAck_SignFunction · 0.45
addResponseMethod · 0.45
registerMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestAck_SignFunction · 0.36