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

Method storeLegacyRevTreeData

db/database_collection.go:200–202  ·  view source on GitHub ↗

storeLegacyRevTreeData returns true if legacy revision tree pointer data is stored. This is controlled at the database level.

()

Source from the content-addressed store, hash-verified

198
199// storeLegacyRevTreeData returns true if legacy revision tree pointer data is stored. This is controlled at the database level.
200func (c *DatabaseCollection) storeLegacyRevTreeData() bool {
201 return base.ValDefault(c.dbCtx.Options.StoreLegacyRevTreeData, DefaultStoreLegacyRevTreeData)
202}
203
204// eventMgr manages nofication events. This is controlled at database level.
205func (c *DatabaseCollection) eventMgr() *EventManager {

Callers 2

backupRevisionJSONMethod · 0.80
postWriteUpdateHLVMethod · 0.80

Calls 1

ValDefaultFunction · 0.92

Tested by

no test coverage detected