Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ Add
Method
Add
db/util_testing.go:132–134 ·
view source on GitHub ↗
(count int)
Source
from the content-addressed store, hash-verified
130
}
131
132
func
(sw *StatWaiter) Add(count int) {
133
sw.targetCount += int64(count)
134
}
135
136
func
(sw *StatWaiter) AddAndWait(count int) {
137
sw.targetCount += int64(count)
Callers
15
GetChanges
Method · 0.45
UpdateCacheUtilization
Method · 0.45
TestMigrateMetadata
Function · 0.45
TestImportWithStaleBucketDocCorrectExpiry
Function · 0.45
TestImportWithCasFailureUpdate
Function · 0.45
TestImportStampClusterUUID
Function · 0.45
TestImportNonZeroStart
Function · 0.45
TestImportFeedInvalidInlineSyncMetadata
Function · 0.45
TestImportFeedInvalidSyncMetadata
Function · 0.45
TestOnDemandImportPanicInvalidSyncData
Function · 0.45
TestMigrateMetadataInvalidSyncData
Function · 0.45
TestImportFeedNonJSONNewDoc
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestMigrateMetadata
Function · 0.36
TestImportWithStaleBucketDocCorrectExpiry
Function · 0.36
TestImportWithCasFailureUpdate
Function · 0.36
TestImportStampClusterUUID
Function · 0.36
TestImportNonZeroStart
Function · 0.36
TestImportFeedInvalidInlineSyncMetadata
Function · 0.36
TestImportFeedInvalidSyncMetadata
Function · 0.36
TestOnDemandImportPanicInvalidSyncData
Function · 0.36
TestMigrateMetadataInvalidSyncData
Function · 0.36
TestImportFeedNonJSONNewDoc
Function · 0.36
TestImportFeedNonJSONExistingDoc
Function · 0.36
waitForProcessedTotal
Method · 0.36