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

Method dbStats

db/database_collection.go:185–187  ·  view source on GitHub ↗

DbStats are stats that correspond to database level collections.

()

Source from the content-addressed store, hash-verified

183
184// DbStats are stats that correspond to database level collections.
185func (c *DatabaseCollection) dbStats() *base.DbStats {
186 return c.dbCtx.DbStats
187}
188
189// deltaSyncEnabled returns true if delta sync is enabled. This is controlled at the database level.
190func (c *DatabaseCollection) deltaSyncEnabled() bool {

Callers 15

QueryAccessMethod · 0.95
QueryRoleAccessMethod · 0.95
QueryChannelsMethod · 0.95
QueryAllDocsMethod · 0.95
QueryTombstonesMethod · 0.95
GetDocumentWithRawMethod · 0.95
GetDocSyncDataMethod · 0.95
CompactMethod · 0.80
DocChangedMethod · 0.80
ImportDocRawMethod · 0.80
importDocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected