MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / getCloseError

Method getCloseError

base/dcp_client.go:638–642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636}
637
638func (dc *DCPClient) getCloseError() error {
639 dc.closeErrorLock.Lock()
640 defer dc.closeErrorLock.Unlock()
641 return dc.closeError
642}
643
644// getVbUUID returns the VbUUID for the given sequence in the failover log. (the most
645// recent failover log entry where log.SeqNo is less than the given sequence)

Callers 2

CloseMethod · 0.95
closeMethod · 0.95

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected