(path *storage.URI, id ksuid.KSUID)
| 130 | } |
| 131 | |
| 132 | func SeekIndexURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 133 | return path.JoinPath(fmt.Sprintf("%s-seek.bsup", id)) |
| 134 | } |
| 135 | |
| 136 | func (o Object) VectorURI(path *storage.URI) *storage.URI { |
| 137 | return VectorURI(path, o.ID) |
no test coverage detected