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

Method useMou

db/database_collection.go:436–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434}
435
436func (c *DatabaseCollection) useMou() bool {
437 return c.dbCtx.UseMou()
438}
439
440func (c *DatabaseCollection) ScopeAndCollectionName() base.ScopeAndCollectionName {
441 return base.NewScopeAndCollectionName(c.ScopeName, c.Name)

Callers 5

ResyncDocumentMethod · 0.80
ImportDocMethod · 0.80
importDocMethod · 0.80
updateAndReturnDocMethod · 0.80

Calls 1

UseMouMethod · 0.80

Tested by

no test coverage detected