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

Method GetSize

db/channel_cache_single.go:674–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672}
673
674func (c *singleChannelCacheImpl) GetSize() int {
675 c.lock.RLock()
676 defer c.lock.RUnlock()
677 return len(c.logs)
678}
679
680type lateLogEntry struct {
681 logEntry *LogEntry

Callers 1

MaxCacheSizeMethod · 0.80

Calls 2

RLockMethod · 0.80
RUnlockMethod · 0.80

Tested by

no test coverage detected