MCPcopy Create free account
hub / github.com/Shopify/ghostferry / Error

Method Error

verifier.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type IncompleteVerificationError struct{}
14
15func (e IncompleteVerificationError) Error() string {
16 return "verification is incomplete"
17}
18
19type VerificationResult struct {
20 DataCorrect bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected