MCPcopy 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
42func getIndexReplicasLimit() uint32 {
43 return atomic.LoadUint32(&indexReplicasLimit)
44}
45
46func setIndexReplicasLimit(to uint32) {
47 atomic.StoreUint32(&indexReplicasLimit, to)

Callers 1

limitIndexDefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected