go.etcd.io/bbolt.page.typ (method)

4 uses

	go.etcd.io/bbolt (current package)
		freelist.go#L266: 		panic(fmt.Sprintf("invalid freelist page: %d, page type is %s", p.id, p.typ()))
		page.go#L38: func (p *page) typ() string {
		tx.go#L483: 			ch <- fmt.Errorf("page %d: invalid type: %s", int(p.id), p.typ())
		tx.go#L658: 		info.Type = p.typ()