go.etcd.io/bbolt.Cursor.node (method)

7 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L187: 	c.node().put(key, key, value, 0, bucketLeafFlag)
		bucket.go#L253: 	c.node().del(key)
		bucket.go#L304: 	c.node().put(key, key, value, 0, 0)
		bucket.go#L334: 	c.node().del(key)
		bucket.go#L561: 		c.node().put([]byte(name), []byte(name), value, 0, bucketLeafFlag)
		cursor.go#L147: 	c.node().del(key)
		cursor.go#L354: func (c *Cursor) node() *node {