(order order.Which)
| 107 | } |
| 108 | |
| 109 | func (o Object) Span(order order.Which) *extent.Generic { |
| 110 | return extent.NewGenericFromOrder(o.Min, o.Max, order) |
| 111 | } |
| 112 | |
| 113 | // ObjectPrefix returns a prefix for the various objects that comprise |
| 114 | // a data object so they can all be deleted with the storage engine's |
no test coverage detected