Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
894
func
getClientSequenceBatchSize(allocator *sequenceAllocator) uint64 {
895
allocator.mutex.Lock()
896
defer
allocator.mutex.Unlock()
897
return
allocator.sequenceBatchSize
898
}
Callers
1
multiNodeUpdate
Function · 0.85
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected