(generation int64)
| 452 | } |
| 453 | |
| 454 | func toVersion(generation int64) backend.Version { |
| 455 | return backend.Version(fmt.Sprint(generation)) |
| 456 | } |
| 457 | |
| 458 | func (rw *readerWriter) writer(ctx context.Context, name string, conditions *storage.Conditions) *storage.Writer { |
| 459 | o := rw.bucket.Object(name) |
no test coverage detected