Skip to content

Commit

Permalink
Added nolint:funlen to GetVBucketSeqNos
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgesubukk committed Jan 20, 2025
1 parent a70cce2 commit 7b1b275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions couchbase/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ func (s *client) DcpClose() {
logger.Log.Info("dcp connection closed %s", s.config.Hosts)
}

//nolint:funlen
func (s *client) GetVBucketSeqNos(awareCollection bool) (*wrapper.ConcurrentSwissMap[uint16, uint64], error) {
snapshot, err := s.GetDcpAgentConfigSnapshot()
if err != nil {
Expand Down

0 comments on commit 7b1b275

Please sign in to comment.