()
| 325 | } |
| 326 | |
| 327 | func (n *leafPageElement) Bucket() *InBucket { |
| 328 | if n.IsBucketEntry() { |
| 329 | return LoadBucket(n.Value()) |
| 330 | } else { |
| 331 | return nil |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | // PageInfo represents human readable information about a page. |
| 336 | type PageInfo struct { |