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

Method AddPrincipal

db/channel_cache.go:45–45  ·  view source on GitHub ↗

Notifies the cache of a principal update. Updates the cache's high sequence

(change *LogEntry)

Source from the content-addressed store, hash-verified

43
44 // Notifies the cache of a principal update. Updates the cache's high sequence
45 AddPrincipal(change *LogEntry)
46
47 // Notifies the cache of an unused sequence update. Updates the cache's high sequence
48 AddUnusedSequence(change *LogEntry)

Callers 1

_addToCacheMethod · 0.65

Implementers 1

channelCacheImpldb/channel_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected