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

Method ExtractCV

db/hybrid_logical_vector.go:1025–1025  ·  view source on GitHub ↗

ExtractVersion returns the current version from the HLV.

()

Source from the content-addressed store, hash-verified

1023type cvExtractor interface {
1024 // ExtractVersion returns the current version from the HLV.
1025 ExtractCV() (*Version, error)
1026}
1027
1028var _ cvExtractor = &rawHLV{}

Callers 1

IsSGWriteMethod · 0.65

Implementers 1

HybridLogicalVectordb/hybrid_logical_vector.go

Calls

no outgoing calls

Tested by

no test coverage detected