go.etcd.io/bbolt.node.isLeaf (field)
19 uses
go.etcd.io/bbolt (current package)
bucket.go#L180: rootNode: &node{isLeaf: true},
bucket.go#L517: if !n.isLeaf {
bucket.go#L590: if n == nil || !n.isLeaf {
cursor.go#L368: _assert(!n.isLeaf, "expected branch node")
cursor.go#L371: _assert(n.isLeaf, "expected leaf node")
cursor.go#L385: return r.node.isLeaf
node.go#L13: isLeaf bool
node.go#L33: if n.isLeaf {
node.go#L66: if n.isLeaf {
node.go#L74: if n.isLeaf {
node.go#L163: n.isLeaf = ((p.flags & leafPageFlag) != 0)
node.go#L168: if n.isLeaf {
node.go#L193: if n.isLeaf {
node.go#L222: if n.isLeaf {
node.go#L295: next := &node{bucket: n.bucket, isLeaf: n.isLeaf, parent: n.parent}
node.go#L423: if !n.isLeaf && len(n.inodes) == 1 {
node.go#L426: n.isLeaf = child.isLeaf
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)