Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Verify
Method
Verify
xenomint/types/common_test.go:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(o *DummyObject) Verify() error {
54
return
o.DefaultHashSignVerifierImpl.Verify(&o.DummyHeader)
55
}
56
57
func
TestDefaultHashSignVerifierImpl(t *testing.T) {
58
Convey(
"Given a dummy object and a pair of keys"
, t,
func
() {
Callers
nothing calls this directly
Calls
1
Verify
Method · 0.65
Tested by
no test coverage detected