Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Sign
Method
Sign
crypto/verifier/common_test.go:50–52 ·
view source on GitHub ↗
(signer *asymmetric.PrivateKey)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(o *MockObject) Sign(signer *asymmetric.PrivateKey) error {
51
return
o.HSV.Sign(&o.MockHeader, signer)
52
}
53
54
func
(o *MockObject) Verify() error {
55
return
o.HSV.Verify(&o.MockHeader)
Callers
nothing calls this directly
Calls
1
Sign
Method · 0.65
Tested by
no test coverage detected