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

Method GetEventsProcessedSuccess

db/event_manager.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (em *EventManager) GetEventsProcessedSuccess() int64 {
38 return atomic.LoadInt64(&em.eventsProcessedSuccess)
39}
40
41func (em *EventManager) IncrementEventsProcessedSuccess(delta int64) int64 {
42 return atomic.AddInt64(&em.eventsProcessedSuccess, delta)

Callers 4

waitForProcessedTotalMethod · 0.95
TestWebhookBasicFunction · 0.95
TestWebhookOverflowsFunction · 0.95
TestWebhookTimeoutFunction · 0.95

Calls

no outgoing calls

Tested by 4

waitForProcessedTotalMethod · 0.76
TestWebhookBasicFunction · 0.76
TestWebhookOverflowsFunction · 0.76
TestWebhookTimeoutFunction · 0.76