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

Method IsCompactRunning

db/database.go:928–930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926}
927
928func (db *Database) IsCompactRunning() bool {
929 return atomic.LoadUint32(&db.CompactState) == DBCompactRunning
930}
931
932func (db *Database) User() auth.User {
933 return db.user

Callers 1

handleGetDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected