MCPcopy
hub / github.com/etcd-io/bbolt / InSequence

Method InSequence

internal/common/bucket.go:36–38  ·  view source on GitHub ↗

InSequence returns the sequence. The reason why not naming it `Sequence` is to avoid duplicated name as `(*Bucket) Sequence()`

()

Source from the content-addressed store, hash-verified

34// InSequence returns the sequence. The reason why not naming it `Sequence`
35// is to avoid duplicated name as `(*Bucket) Sequence()`
36func (b *InBucket) InSequence() uint64 {
37 return b.sequence
38}
39
40func (b *InBucket) SetInSequence(v uint64) {
41 b.sequence = v

Callers 1

SequenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected