MCPcopy 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
53func (o *DummyObject) Verify() error {
54 return o.DefaultHashSignVerifierImpl.Verify(&o.DummyHeader)
55}
56
57func TestDefaultHashSignVerifierImpl(t *testing.T) {
58 Convey("Given a dummy object and a pair of keys", t, func() {

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.65

Tested by

no test coverage detected