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

Function getClientSequenceBatchSize

db/sequence_allocator_test.go:894–898  ·  view source on GitHub ↗
(allocator *sequenceAllocator)

Source from the content-addressed store, hash-verified

892}
893
894func getClientSequenceBatchSize(allocator *sequenceAllocator) uint64 {
895 allocator.mutex.Lock()
896 defer allocator.mutex.Unlock()
897 return allocator.sequenceBatchSize
898}

Callers 1

multiNodeUpdateFunction · 0.85

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected