go.etcd.io/bbolt.DB.Update (method)

11 uses

	go.etcd.io/bbolt (current package)
		db.go#L677: func (db *DB) Update(fn func(*Tx) error) error {
		db.go#L772: 		err = db.Update(fn)
		db.go#L809: 		err := b.db.Update(func(tx *Tx) error {

	src.elv.sh/pkg/store
		cmd.go#L34: 	err = s.db.Update(func(tx *bolt.Tx) error {
		cmd.go#L47: 	return s.db.Update(func(tx *bolt.Tx) error {
		db_store.go#L60: 	err := db.Update(func(tx *bolt.Tx) error {
		dir.go#L35: 	return s.db.Update(func(tx *bolt.Tx) error {
		dir.go#L56: 	return s.db.Update(func(tx *bolt.Tx) error {
		dir.go#L64: 	return s.db.Update(func(tx *bolt.Tx) error {
		shared_var.go#L36: 	return s.db.Update(func(tx *bolt.Tx) error {
		shared_var.go#L44: 	return s.db.Update(func(tx *bolt.Tx) error {