go.etcd.io/bbolt.Bucket.Get (method)

4 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L261: func (b *Bucket) Get(key []byte) []byte {

	src.elv.sh/pkg/store
		cmd.go#L58: 		v := b.Get(marshalSeq(uint64(seq)))
		dir.go#L46: 		if v := b.Get(k); v != nil {
		shared_var.go#L24: 		v := b.Get([]byte(n))