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

Method Sign

types/ack_type.go:94–97  ·  view source on GitHub ↗

Sign the request.

(signer *asymmetric.PrivateKey)

Source from the content-addressed store, hash-verified

92
93// Sign the request.
94func (a *Ack) Sign(signer *asymmetric.PrivateKey) (err error) {
95 // sign
96 return a.Header.Sign(signer)
97}

Callers 2

TestAck_SignFunction · 0.95

Calls 1

SignMethod · 0.65

Tested by 2

TestAck_SignFunction · 0.76