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

Method Wait

inline_verifier.go:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317}
318
319func (v *InlineVerifier) Wait() {
320 v.backgroundVerificationWg.Wait()
321}
322
323func (v *InlineVerifier) Message() string {
324 return fmt.Sprintf("currentRowCount = %d, currentEntryCount = %d", v.reverifyStore.CurrentRowCount(), v.reverifyStore.CurrentEntriesCount())

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected