Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/cbft
/ getIndexReplicasLimit
Function
getIndexReplicasLimit
limits.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
getIndexReplicasLimit() uint32 {
43
return
atomic.LoadUint32(&indexReplicasLimit)
44
}
45
46
func
setIndexReplicasLimit(to uint32) {
47
atomic.StoreUint32(&indexReplicasLimit, to)
Callers
1
limitIndexDef
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected