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

Method LastSequence

db/database.go:2127–2129  ·  view source on GitHub ↗

SEQUENCE ALLOCATION:

(ctx context.Context)

Source from the content-addressed store, hash-verified

2125// ////// SEQUENCE ALLOCATION:
2126
2127func (context *DatabaseContext) LastSequence(ctx context.Context) (uint64, error) {
2128 return context.sequences.lastSequence(ctx)
2129}
2130
2131// Helpers for unsupported options
2132func (context *DatabaseContext) IsGuestReadOnly() bool {

Calls 1

lastSequenceMethod · 0.80