Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
928
func
(db *Database) IsCompactRunning() bool {
929
return
atomic.LoadUint32(&db.CompactState) == DBCompactRunning
930
}
931
932
func
(db *Database) User() auth.User {
933
return
db.user
Callers
1
handleGetDB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected