go.etcd.io/bbolt.Bucket.Bucket (method)
7 uses
go.etcd.io/bbolt (current package)
bucket.go#L96: func (b *Bucket) Bucket(name []byte) *Bucket {
bucket.go#L194: return b.Bucket(key), nil
bucket.go#L203: return b.Bucket(key), nil
bucket.go#L231: child := b.Bucket(key)
tx.go#L101: return tx.root.Bucket(name)
tx.go#L129: return fn(k, tx.root.Bucket(k))
tx.go#L489: if child := b.Bucket(k); child != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)