Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
94
func
(a *Ack) Sign(signer *asymmetric.PrivateKey) (err error) {
95
// sign
96
return
a.Header.Sign(signer)
97
}
Callers
2
TestAck_Sign
Function · 0.95
createRandomQueryAckWithResponse
Function · 0.95
Calls
1
Sign
Method · 0.65
Tested by
2
TestAck_Sign
Function · 0.76
createRandomQueryAckWithResponse
Function · 0.76